Skip to content

Commit

Permalink
fix(cicd): Add env var to cypress github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytino committed Jan 12, 2024
1 parent 0c9bf22 commit 96f406a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/on-push-pull-main-test-cypress.yml
Expand Up @@ -8,6 +8,10 @@ on:
pull_request:
branches: [main]

env:
# https://github.com/cypress-io/cypress/issues/27731#issuecomment-1884893217
TS_NODE_COMPILER: 1

jobs:
build:
name: Run Cypress Test Script
Expand All @@ -21,4 +25,4 @@ jobs:
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start
start: npm run start

0 comments on commit 96f406a

Please sign in to comment.