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 a99c89c commit c1d7f85Copy full SHA for c1d7f85
.github/workflows/test.yml
@@ -14,13 +14,3 @@ 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 }}
0 commit comments