Skip to content

Commit

Permalink
Configure the ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrade30 committed Jul 23, 2024
1 parent 4e465df commit e7c49b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: End-to-end tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6

0 comments on commit e7c49b5

Please sign in to comment.