Skip to content

Commit

Permalink
chore: Api v6 rebase 2023 10 11 disable tests (#12293)
Browse files Browse the repository at this point in the history
disabled integ tests and bundle size checks
  • Loading branch information
svidgen authored Oct 13, 2023
1 parent ccf8f50 commit 3fb8920
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/callable-release-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
prebuild-samples-staging:
secrets: inherit
uses: ./.github/workflows/callable-prebuild-samples-staging.yml
e2e:
needs:
# - prebuild-macos
- prebuild-ubuntu
- prebuild-samples-staging
secrets: inherit
uses: ./.github/workflows/callable-e2e-tests.yml
# e2e:
# needs:
# # - prebuild-macos
# - prebuild-ubuntu
# - prebuild-samples-staging
# secrets: inherit
# uses: ./.github/workflows/callable-e2e-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
# bundle-size-tests:
# needs: prebuild-ubuntu
# uses: ./.github/workflows/callable-bundle-size-tests.yml

0 comments on commit 3fb8920

Please sign in to comment.