Skip to content

Commit

Permalink
fix(test): disables the prod testing because its unfinished
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlewicki committed Jul 3, 2024
1 parent 2e685dd commit 6d2a08b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
uses: ./.github/workflows/testing_workflow.yml
with:
TESTENV: "CI"
cypress-run-prod:
uses: ./.github/workflows/testing_workflow.yml
with:
TESTENV: "PROD"
# cypress-run-prod:
# uses: ./.github/workflows/testing_workflow.yml
# with:
# TESTENV: "PROD"

0 comments on commit 6d2a08b

Please sign in to comment.