We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7909f33 commit e2d262eCopy full SHA for e2d262e
.github/workflows/test.yml
@@ -14,13 +14,13 @@ jobs:
14
windows-unit-tests:
15
needs: linux-unit-tests
16
uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main
17
- # nuts:
18
- # needs: linux-unit-tests
19
- # uses: salesforcecli/github-workflows/.github/workflows/nut.yml@main
20
- # secrets: inherit
21
- # strategy:
22
- # matrix:
23
- # os: [ubuntu-latest, windows-latest]
24
- # fail-fast: false
25
- # with:
26
- # os: ${{ matrix.os }}
+ nuts:
+ needs: linux-unit-tests
+ uses: salesforcecli/github-workflows/.github/workflows/nut.yml@main
+ secrets: inherit
+ strategy:
+ matrix:
+ os: [ubuntu-latest, windows-latest]
+ fail-fast: false
+ with:
+ os: ${{ matrix.os }}
0 commit comments