From 45c492032345bb26abebd718ae887ae0e7d67f1b Mon Sep 17 00:00:00 2001 From: Brandon Sprague Date: Tue, 3 Oct 2023 18:48:19 -0700 Subject: [PATCH] Fix typo in deploy workflow (#31) You can see a succeeding run in [1], though it also required a few changes to the Terraform config, which have gone out in https://github.com/Silicon-Ally/rmi-terraform/pull/4 [1] https://github.com/RMI-PACTA/app/actions/runs/6399561267/job/17372351732 Signed-off-by: Brandon Sprague --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2dafeb4..d465d23 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: |