Skip to content

Commit

Permalink
ci(dev-branches): do not run bazel build //...
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaok committed Dec 31, 2024
1 parent aed1415 commit 83d2666
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dev-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ jobs:
- name: Run bazel
uses: ./.github/actions/run-command
with:
run: >
bazel build //... &&
bazel test //...
run: bazel test //...
env:
UBUNTU_PRO_TOKEN: ${{ secrets.UBUNTU_PRO_TOKEN }}
MAC_ADDRESS: ${{ secrets.MAC_ADDRESS }}
Expand Down

0 comments on commit 83d2666

Please sign in to comment.