Skip to content

Commit

Permalink
chore: skip ts dep check
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jul 29, 2024
1 parent 0f87cc4 commit 558f3f9
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 @@ -10,6 +10,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

0 comments on commit 558f3f9

Please sign in to comment.