Skip to content

Commit

Permalink
Add ci cd for cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
martinng01 committed Aug 1, 2024
1 parent e97f428 commit 1dcb285
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@ jobs:
run: |
pytest --cov=infra/lambda
frontend-testing:
runs-on: ubuntu-latest
name: Frontend Testing
steps:
- name: checkout
uses: actions/checkout@v4

- name: Cypress run
uses: cypress-io/github-action@v5
with:
project: ./website/tests
env:
CYPRESS_VIDEO_RECORDING: 0

terraform:
name: Terraform Infrastructure
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1dcb285

Please sign in to comment.