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 d042508 commit a83d6b3Copy full SHA for a83d6b3
.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