Skip to content

Update sponsors component and add committee/zoli images #302

Update sponsors component and add committee/zoli images

Update sponsors component and add committee/zoli images #302

Workflow file for this run

name: End-to-end tests
on:
- push
- pull_request
jobs:
cypress-run:
runs-on: ubuntu-latest
env:
CI: true
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Init msw
run: npx msw init dist/
- name: Cypress run
uses: cypress-io/github-action@v6
with:
start: npm start
wait-on: http://localhost:3000
env:
# pass the Dashboard record key as an environment variable
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# pass GitHub token to allow accurately detecting a build vs a re-run build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}