Skip to content

Commit c1817bb

Browse files
committed
chore: update test
1 parent c1d7f85 commit c1817bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ on:
77
jobs:
88
yarn-lockfile-check:
99
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
1110
linux-unit-tests:
1211
needs: yarn-lockfile-check
1312
uses: salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@main
1413
windows-unit-tests:
15-
needs: linux-unit-tests
14+
needs: yarn-lockfile-check
1615
uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main

0 commit comments

Comments
 (0)