Skip to content

Moves Cypress tests to ./tests/cy #974

Moves Cypress tests to ./tests/cy

Moves Cypress tests to ./tests/cy #974

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
agent:
uses: ./.github/workflows/agent.yaml
web:
uses: ./.github/workflows/web.yaml
build:
uses: ./.github/workflows/build.yaml
bats:
needs: build
uses: ./.github/workflows/bats.yaml
cypress:
needs: build
uses: ./.github/workflows/cypress.yaml