Skip to content

Trying out e2e again #1

Trying out e2e again

Trying out e2e again #1

Workflow file for this run

name: E2E tests
on: push
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v1
- name: Run Cypress 🌲
uses: cypress-io/github-action@v2
env:
CYPRESS_BASE_URL: ${{ github.event.deployment_status.target_url }}