Skip to content

Commit

Permalink
fix: updates api to #f4368b2
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtcoder17 committed Mar 12, 2024
1 parent a4c0147 commit 3a201b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ jobs:
enable_upx: true
enable_docker: true

- name: Install Rover
if: matrix.app == 'gateway'
run: |
curl -sSL https://rover.apollo.dev/nix/v0.23.0-rc.3 | sh
# Add Rover to the $GITHUB_PATH so it can be used in another step
# https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
echo "$HOME/.rover/bin" >> $GITHUB_PATH
- name: Build & Push Container Images
env:
IMAGE_TAG: ${{ steps.setup.outputs.image_tag }}
Expand Down

0 comments on commit 3a201b3

Please sign in to comment.