Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
hluu0 committed Oct 18, 2024
1 parent c9e03c0 commit 4469197
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@ jobs:
uses: actions/checkout@v4

# Task 1.1:
- name: Install Dependencies
run: yarn install

- name: Run Tests
run: yarn test

deploy-infrastructure:
name: Deploy infrastructure with Terraform
runs-on: ubuntu-latest
# Task 1.2:
needs: frontend-tests
env:
TF_VAR_my_name: ${{ github.head_ref }}
ARM_CLIENT_ID: ${{ vars.ARM_CLIENT_ID }}
Expand Down

0 comments on commit 4469197

Please sign in to comment.