Skip to content

Commit 73b9ee5

Browse files
authored
Debug
1 parent ddbc188 commit 73b9ee5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
run: |
6464
PLAYWRIGHT_VERSION=$(grep -E '^playwright = "[^"]*"' pyproject.toml | sed -E 's/playwright = "([^"]*)".*$/\1/')
6565
npx playwright@$PLAYWRIGHT_VERSION install --with-deps
66+
67+
- name: Verify environment variable
68+
run: echo ${{ env.BASE_URL }}
6669

6770
- name: Run Tests
6871
run: |

0 commit comments

Comments
 (0)