Skip to content

Commit

Permalink
ci: skip typescript dep check (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
maliroteh-sf authored Jul 26, 2024
1 parent 6206030 commit bb58e54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
linux-unit-tests:
needs: yarn-lockfile-check
uses: salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@main
with:
skipTsDepCheck: true
windows-unit-tests:
needs: linux-unit-tests
uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main
Expand Down

0 comments on commit bb58e54

Please sign in to comment.