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 c1d7f85 commit c1817bbCopy full SHA for c1817bb
.github/workflows/test.yml
@@ -7,10 +7,9 @@ on:
7
jobs:
8
yarn-lockfile-check:
9
uses: salesforcecli/github-workflows/.github/workflows/lockFileCheck.yml@main
10
- # Since the Windows unit tests take much longer, we run the linux unit tests first and then run the windows unit tests in parallel with NUTs
11
linux-unit-tests:
12
needs: yarn-lockfile-check
13
uses: salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@main
14
windows-unit-tests:
15
- needs: linux-unit-tests
+ needs: yarn-lockfile-check
16
uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main
0 commit comments