Commit f3b1ecc 1 parent b768d94 commit f3b1ecc Copy full SHA for f3b1ecc
File tree 5 files changed +20
-15
lines changed
5 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 11
11
rails_app_root : rails_graphql_federation/jwts
12
12
CI : true
13
13
14
+ defaults :
15
+ run :
16
+ working-directory : rails_graphql_federation/jwts
17
+
14
18
jobs :
15
19
scan_ruby :
16
20
runs-on : ubuntu-latest
27
31
28
32
- name : Scan for common Rails security vulnerabilities using static analysis
29
33
run : ./bin/brakeman --no-pager
30
- working-directory : ${{ env.rails_app_root }}
31
34
32
35
lint :
33
36
runs-on : ubuntu-latest
44
47
45
48
- name : Lint code for consistent style
46
49
run : ./bin/rubocop -f github
47
- working-directory : ${{ env.rails_app_root }}
48
50
49
51
rspec :
50
52
runs-on : ubuntu-latest
84
86
85
87
- name : Run RSpec
86
88
run : ./bin/rspec --format json --out tmp/rspec_results.json --format progress
87
- working-directory : ${{ env.rails_app_root }}
88
89
89
90
- name : Generate RSpec report
90
91
uses : SonicGarden/rspec-report-action@v5
Original file line number Diff line number Diff line change 11
11
rails_app_root : rails_graphql_federation/reviews
12
12
CI : true
13
13
14
+ defaults :
15
+ run :
16
+ working-directory : rails_graphql_federation/reviews
17
+
14
18
jobs :
15
19
scan_ruby :
16
20
runs-on : ubuntu-latest
27
31
28
32
- name : Scan for common Rails security vulnerabilities using static analysis
29
33
run : ./bin/brakeman --no-pager
30
- working-directory : ${{ env.rails_app_root }}
31
34
32
35
lint :
33
36
runs-on : ubuntu-latest
44
47
45
48
- name : Lint code for consistent style
46
49
run : ./bin/rubocop -f github
47
- working-directory : ${{ env.rails_app_root }}
48
50
49
51
rspec :
50
52
runs-on : ubuntu-latest
84
86
85
87
- name : Run RSpec
86
88
run : ./bin/rspec --format json --out tmp/rspec_results.json --format progress
87
- working-directory : ${{ env.rails_app_root }}
88
89
89
90
- name : Generate RSpec report
90
91
uses : SonicGarden/rspec-report-action@v5
Original file line number Diff line number Diff line change 11
11
rails_app_root : rails_graphql_federation/search
12
12
CI : true
13
13
14
+ defaults :
15
+ run :
16
+ working-directory : rails_graphql_federation/search
17
+
14
18
jobs :
15
19
scan_ruby :
16
20
runs-on : ubuntu-latest
27
31
28
32
- name : Scan for common Rails security vulnerabilities using static analysis
29
33
run : ./bin/brakeman --no-pager
30
- working-directory : ${{ env.rails_app_root }}
31
34
32
35
lint :
33
36
runs-on : ubuntu-latest
44
47
45
48
- name : Lint code for consistent style
46
49
run : ./bin/rubocop -f github
47
- working-directory : ${{ env.rails_app_root }}
48
50
49
51
rspec :
50
52
runs-on : ubuntu-latest
84
86
85
87
- name : Run RSpec
86
88
run : ./bin/rspec --format json --out tmp/rspec_results.json --format progress
87
- working-directory : ${{ env.rails_app_root }}
88
89
89
90
- name : Generate RSpec report
90
91
uses : SonicGarden/rspec-report-action@v5
Original file line number Diff line number Diff line change 11
11
rails_app_root : rails_graphql_federation/signatures
12
12
CI : true
13
13
14
+ defaults :
15
+ run :
16
+ working-directory : rails_graphql_federation/signatures
17
+
14
18
jobs :
15
19
scan_ruby :
16
20
runs-on : ubuntu-latest
27
31
28
32
- name : Scan for common Rails security vulnerabilities using static analysis
29
33
run : ./bin/brakeman --no-pager
30
- working-directory : ${{ env.rails_app_root }}
31
34
32
35
lint :
33
36
runs-on : ubuntu-latest
44
47
45
48
- name : Lint code for consistent style
46
49
run : ./bin/rubocop -f github
47
- working-directory : ${{ env.rails_app_root }}
48
50
49
51
rspec :
50
52
runs-on : ubuntu-latest
63
65
64
66
- name : Run RSpec
65
67
run : ./bin/rspec --format json --out tmp/rspec_results.json --format progress
66
- working-directory : ${{ env.rails_app_root }}
67
68
68
69
- name : Generate RSpec report
69
70
uses : SonicGarden/rspec-report-action@v5
Original file line number Diff line number Diff line change 11
11
rails_app_root : rails_graphql_federation/users
12
12
CI : true
13
13
14
+ defaults :
15
+ run :
16
+ working-directory : rails_graphql_federation/users
17
+
14
18
jobs :
15
19
scan_ruby :
16
20
runs-on : ubuntu-latest
27
31
28
32
- name : Scan for common Rails security vulnerabilities using static analysis
29
33
run : ./bin/brakeman --no-pager
30
- working-directory : ${{ env.rails_app_root }}
31
34
32
35
lint :
33
36
runs-on : ubuntu-latest
44
47
45
48
- name : Lint code for consistent style
46
49
run : ./bin/rubocop -f github
47
- working-directory : ${{ env.rails_app_root }}
48
50
49
51
rspec :
50
52
runs-on : ubuntu-latest
84
86
85
87
- name : Run RSpec
86
88
run : ./bin/rspec --format json --out tmp/rspec_results.json --format progress
87
- working-directory : ${{ env.rails_app_root }}
88
89
89
90
- name : Generate RSpec report
90
91
uses : SonicGarden/rspec-report-action@v5
You can’t perform that action at this time.
0 commit comments