Skip to content

Commit

Permalink
modify cypress yml with older version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminDupont committed Nov 3, 2023
1 parent 719c380 commit 739e0c1
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
name: Cypress Tests

on: push

name: e2e-tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v6
uses: cypress-io/github-action@v5
with:
working-directory: client
build: npm run build
start: npm start
start: npm start

0 comments on commit 739e0c1

Please sign in to comment.