Skip to content

Commit

Permalink
Create cypress project
Browse files Browse the repository at this point in the history
  • Loading branch information
atbucchi committed Mar 22, 2024
1 parent 6e203b7 commit 3cef673
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name: End-to-end tests 🧪
on: [push]
jobs:
cypress-run:
#runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
#uses: actions/checkout@v2
uses: actions/checkout@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
#uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v6

0 comments on commit 3cef673

Please sign in to comment.