Skip to content

fix(test): disables the prod testing because its unfinished #66

fix(test): disables the prod testing because its unfinished

fix(test): disables the prod testing because its unfinished #66

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"