Skip to content

squinch

squinch #1

Workflow file for this run

name: E2E Test on PR
on:
push: {} # TODO remove this once tested
pull_request:
branches:
- main
jobs:
cypress-run:
name: e2e
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Start Server
uses: devcontainers/[email protected]
with:
runCmd: echo 'Started!'
- name: Cypress run
working-directory: ./e2e
uses: cypress-io/github-action@v6

Check failure on line 21 in .github/workflows/e2e.yaml

View workflow run for this annotation

GitHub Actions / E2E Test on PR

Invalid workflow file

The workflow is not valid. .github/workflows/e2e.yaml (Line: 21, Col: 9): Unexpected value 'uses' .github/workflows/e2e.yaml (Line: 19, Col: 9): Required property is missing: run