Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baksetercx committed Oct 18, 2024
1 parent 511d730 commit e042368
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ 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
Expand Down

0 comments on commit e042368

Please sign in to comment.