Skip to content

Commit

Permalink
Try to fix Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed Nov 17, 2023
1 parent ab8aa3e commit f37b06d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
@@ -1,14 +1,14 @@
name: End-to-end tests
on: [push, pull_request]
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Cypress run
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v6
with:
build: npm run example:build
start: npm run example:preview
Expand Down

0 comments on commit f37b06d

Please sign in to comment.