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 472c5eb commit e5d81f1Copy full SHA for e5d81f1
.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
@@ -24,4 +26,3 @@ jobs:
24
26
fail-fast: false
25
27
with:
28
os: ${{ matrix.os }}
- nodeVersion: 20.18.0
0 commit comments