Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbcomp committed Oct 18, 2024
1 parent c9e03c0 commit 21cf9eb
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -4,6 +4,7 @@ on:
pull_request:
branches: [master]


jobs:
frontend-tests:
name: Run frontend tests
Expand All @@ -16,6 +17,11 @@ jobs:
uses: actions/checkout@v4

# Task 1.1:
- name: Installation
run: yarn install

- name: Run tests
run: yarn test

deploy-infrastructure:
name: Deploy infrastructure with Terraform
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


0 comments on commit 21cf9eb

Please sign in to comment.