Merge branch 'master' into cypress

This commit is contained in:
Harel M
2023-12-17 08:40:47 +02:00
committed by GitHub
3 changed files with 17 additions and 6 deletions

View File

@@ -152,12 +152,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- run: npm ci
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm run start
browser: ${{ matrix.browser }}
browser: ${{ matrix.browser }}