Skip to content

Commit

Permalink
Disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
purkhusid committed Nov 14, 2024
1 parent b7a0671 commit 3c82d7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Test
run: cd e2e/smoke && bazel test //...
# Disabling for now because we are getting disk space issues on the GH runners
# We already run all of our tests with Bazel CI
# - name: Test
# run: cd e2e/smoke && bazel test //...

- name: Build release artifacts and prepare release notes
run: |
Expand Down

0 comments on commit 3c82d7c

Please sign in to comment.