Skip to content

Commit

Permalink
fix: change env variable name to trigger EDA UI e2e tests (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dostonbek1 committed Aug 15, 2024
1 parent 86dbe2c commit 2221d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
-e EDA_USERNAME=${{ secrets.EDA_USERNAME }} \
-e EDA_PASSWORD=${{ secrets.EDA_PASSWORD }} \
-e CYPRESS_baseUrl=${{ env.EDA_UI_URL }} \
-e CYPRESS_PRODUCT=EDA \
-e CYPRESS_E2E_MODE=EDA \
-e NODE_OPTIONS=--max-old-space-size=3500 \
--network ${{ env.DOCKER_NETWORK }} \
${{ env.UI_E2E_IMAGE }} \
Expand Down

0 comments on commit 2221d3a

Please sign in to comment.