Skip to content

Commit

Permalink
Fix typo in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bcspragu committed Oct 3, 2023
1 parent 3501c04 commit 9e8976d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Run all builds and tests
run: |
run: bazelisk query 'tests(//... except kind(oci_*, //...))' | xargs bazelisk test
bazelisk query 'tests(//... except kind(oci_*, //...))' | xargs bazelisk test
- name: Push docker images
run: |
Expand Down

0 comments on commit 9e8976d

Please sign in to comment.