Skip to content

Bump tough-cookie and @cypress/request #5

Bump tough-cookie and @cypress/request

Bump tough-cookie and @cypress/request #5

Workflow file for this run

name: Run Tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
# https://github.com/actions/runner-images
runs:

Check failure on line 12 in .github/workflows/config.yml

View workflow run for this annotation

GitHub Actions / Run Tests

Invalid workflow file

The workflow is not valid. .github/workflows/config.yml (Line: 12, Col: 5): Unexpected value 'runs' .github/workflows/config.yml (Line: 12, Col: 5): Required property is missing: runs-on
using: docker
image: node:16
steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build
- run: npm run test:quick