Skip to content

Commit bb58e54

Browse files
authored
ci: skip typescript dep check (#108)
1 parent 6206030 commit bb58e54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
linux-unit-tests:
1212
needs: yarn-lockfile-check
1313
uses: salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@main
14+
with:
15+
skipTsDepCheck: true
1416
windows-unit-tests:
1517
needs: linux-unit-tests
1618
uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main

0 commit comments

Comments
 (0)