Skip to content

Commit

Permalink
Fix typo in deploy workflow (#31)
Browse files Browse the repository at this point in the history
You can see a succeeding run in [1], though it also required a few changes to the Terraform config, which have gone out in RMI/terraform#4

[1] https://github.com/RMI-PACTA/app/actions/runs/6399561267/job/17372351732

Signed-off-by: Brandon Sprague <[email protected]>
  • Loading branch information
bcspragu authored Oct 4, 2023
1 parent 3501c04 commit 45c4920
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 45c4920

Please sign in to comment.