File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 yarn-lockfile-check :
99 uses : salesforcecli/github-workflows/.github/workflows/lockFileCheck.yml@main
1010 # 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
16- # uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main
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
16+ uses : salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main
1717 nuts :
1818 needs : yarn-lockfile-check
1919 uses : salesforcecli/github-workflows/.github/workflows/nut.yml@main
You can’t perform that action at this time.
0 commit comments