We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbc188 commit 73b9ee5Copy full SHA for 73b9ee5
1 file changed
.github/workflows/nightly.yml
@@ -63,6 +63,9 @@ jobs:
63
run: |
64
PLAYWRIGHT_VERSION=$(grep -E '^playwright = "[^"]*"' pyproject.toml | sed -E 's/playwright = "([^"]*)".*$/\1/')
65
npx playwright@$PLAYWRIGHT_VERSION install --with-deps
66
+
67
+ - name: Verify environment variable
68
+ run: echo ${{ env.BASE_URL }}
69
70
- name: Run Tests
71
0 commit comments