File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : Unit Tests
2
- permissions : write-all
2
+ permissions :
3
+ contents : write
3
4
on :
4
5
workflow_call :
5
6
jobs :
15
16
16
17
- name : Run tests
17
18
run : npm run test:coverage
18
-
19
+
19
20
- name : Send coverage to Coveralls
20
21
uses : coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
21
22
with :
Original file line number Diff line number Diff line change
1
+ name : On Merge to main
2
+ on :
3
+ push :
4
+ branches :
5
+ - main
6
+ permissions :
7
+ contents : read
8
+ jobs :
9
+ security :
10
+ name : Security Checks
11
+ uses : ./.github/workflows/_security-checks.yml
12
+
13
+ static-checks :
14
+ name : Static Checks
15
+ uses : ./.github/workflows/_static-checks.yml
16
+ secrets : inherit
17
+
18
+ unit-tests :
19
+ name : Unit Tests
20
+ uses : ./.github/workflows/_unit-tests.yml
21
+ secrets : inherit
You can’t perform that action at this time.
0 commit comments