Skip to content

fix(test): fix an issue with the artifacts of github workflows #58

fix(test): fix an issue with the artifacts of github workflows

fix(test): fix an issue with the artifacts of github workflows #58

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