Skip to content

Commit

Permalink
disable unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jjarvisp committed Jul 22, 2024
1 parent 1c523d2 commit 09566ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/callable-release-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- prebuild-samples-staging
secrets: inherit
uses: ./.github/workflows/callable-e2e-tests.yml
unit-tests:
needs:
- prebuild-ubuntu
uses: ./.github/workflows/callable-unit-tests.yml
# unit-tests:
# needs:
# - prebuild-ubuntu
# uses: ./.github/workflows/callable-unit-tests.yml
bundle-size-tests:
needs: prebuild-ubuntu
uses: ./.github/workflows/callable-bundle-size-tests.yml

0 comments on commit 09566ef

Please sign in to comment.