We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51fca9 commit 628b254Copy full SHA for 628b254
1 file changed
.github/workflows/test.yml
@@ -0,0 +1,19 @@
1
+name: tests
2
+on:
3
+ push:
4
+ branches-ignore: [main]
5
+ workflow_dispatch:
6
+
7
+jobs:
8
+ unit-tests:
9
+ uses: salesforcecli/github-workflows/.github/workflows/unitTest.yml@main
10
+ nuts:
11
+ needs: unit-tests
12
+ uses: salesforcecli/github-workflows/.github/workflows/nut.yml@main
13
+ secrets: inherit
14
+ strategy:
15
+ matrix:
16
+ os: [ubuntu-latest, windows-latest]
17
+ fail-fast: false
18
+ with:
19
+ os: ${{ matrix.os }}
0 commit comments