Skip to content

DX-583 Add analytics on the AV starterKit #57

DX-583 Add analytics on the AV starterKit

DX-583 Add analytics on the AV starterKit #57

Workflow file for this run

name: Tests (End-to-End)
on:
push:
branches:
- dev
pull_request:
workflow_dispatch:
jobs:
cypress:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v5
env:
BASIQ_API_KEY: ${{ secrets.BASIQ_API_KEY }}
with:
build: yarn build
start: yarn run start
wait-on: http://localhost:3000