We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a2fad commit b5407e3Copy full SHA for b5407e3
.github/workflows/test.yaml
@@ -21,6 +21,7 @@ jobs:
21
access_token: ${{ github.token }}
22
23
test-both-actions-and-package:
24
+ needs: cancel-previous-runs
25
strategy:
26
fail-fast: false
27
matrix:
@@ -40,6 +41,7 @@ jobs:
40
41
token: ${{secrets.CODECOV_TOKEN}}
42
43
test-actions: # with latest released unittesting
44
45
46
47
@@ -53,6 +55,7 @@ jobs:
53
55
- uses: "./actions/run-tests"
54
56
57
test-package: # with v1 actions
58
59
60
61
@@ -64,6 +67,7 @@ jobs:
64
67
- uses: SublimeText/UnitTesting/actions/run-tests@v1
65
68
66
69
test-as-extra-package:
70
71
72
73
0 commit comments