Skip to content

fix(test): trying to get the prod working #62

fix(test): trying to get the prod working

fix(test): trying to get the prod working #62

Workflow file for this run

name: Cypress Tests
on: push
jobs:
cypress-run-ci:
uses: ./.github/workflows/testing_workflow.yml
with:
TESTENV: "CI"
cypress-run-prod:
uses: ./.github/workflows/testing_workflow.yml
with:
TESTENV: "PROD"