Skip to content

Commit

Permalink
ci(github): remove NODE_OPTIONS env
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Dec 3, 2024
1 parent 04c833e commit 6a701fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/quality-check-kdl-server-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
./app/ui/coverage
./app/ui/test-report.xml
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: ${{ vars.NODE_VERSION_UI_TESTS }}

- name: UI Run e2e tests
uses: cypress-io/github-action@v5
with:
Expand Down

0 comments on commit 6a701fc

Please sign in to comment.