Skip to content

fix(test): trying to start the local application for ci only #60

fix(test): trying to start the local application for ci only

fix(test): trying to start the local application for ci only #60

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