Skip to content

Merge pull request #58 from OscarGarciaT/fork/oscar_dev #2

Merge pull request #58 from OscarGarciaT/fork/oscar_dev

Merge pull request #58 from OscarGarciaT/fork/oscar_dev #2

Workflow file for this run

name: Cypress Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18.x'
- name: Install dependencies
run: npm install
with:

Check failure on line 26 in .github/workflows/cypress-test.yml

View workflow run for this annotation

GitHub Actions / Cypress Test

Invalid workflow file

The workflow is not valid. .github/workflows/cypress-test.yml (Line: 26, Col: 7): Unexpected value 'with'
cache-dir: ~/.npm
- name: Run Cypress tests
run: npm run test