Skip to content

Commit

Permalink
Show logs
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantAnxiety committed Mar 1, 2024
1 parent 4b06036 commit 371ffc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_e2e_on_ref_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ jobs:

- name: Build and run E2E
working-directory: datalens-backend
run: task e2e:init-and-run DATALENS_UI_FOLDER="../../../datalens-ui" # note: relative to datalens-backend/tools/e2e
run: task e2e:init-and-run DATALENS_UI_FOLDER="../../../datalens-ui" SHOW_LOGS_WHEN_DONE=true
# note: ^ ui path is relative to datalens-backend/tools/e2e

0 comments on commit 371ffc0

Please sign in to comment.