Skip to content

Commit 984395a

Browse files
committed
chore: debugging
1 parent 45458ec commit 984395a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
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

0 commit comments

Comments
 (0)