Skip to content

Commit

Permalink
fix: fix pipeline to run test and release in sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
opicaud committed Nov 2, 2023
1 parent ac84bff commit fd7a569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: bazel --output_user_root=/tmp/cache test --test_output=errors //...
release_job:
runs-on: ubuntu-20.04
needs: test_job
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit fd7a569

Please sign in to comment.