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 3610a45 commit 80f6f69Copy full SHA for 80f6f69
.github/workflows/test.yml
@@ -11,6 +11,8 @@ jobs:
11
linux-unit-tests:
12
needs: yarn-lockfile-check
13
uses: salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@main
14
+ with:
15
+ skipTsDepCheck: true
16
windows-unit-tests:
17
needs: linux-unit-tests
18
uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main
0 commit comments