Skip to content

Reasons to be a token miser #463

Reasons to be a token miser

Reasons to be a token miser #463

Workflow file for this run

name: Cypress
on:
pull_request:
branches:
- master
env:
PR_NUMBER: ${{ github.event.number }}
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
NETLIFY_SITE_ID: ${{ vars.NETLIFY_SITE_ID }}
NETLIFY_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN}}
UPDATED_AT: ${{ github.event.pull_request.updated_at }}
COMMIT_SHA: ${{ github.event.pull_request.head.sha }}
jobs:
cypress-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run Cypress
run: .github/workflows/scripts/run-cypress.sh