Skip to content

Commit 3ec7b26

Browse files
committed
debuggins CI issues 2
1 parent c28321a commit 3ec7b26

File tree

5 files changed

+858
-6
lines changed

5 files changed

+858
-6
lines changed

.github/workflows/playwright.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: ${{ !cancelled() }}
3737
with:
3838
name: playwright-report
39-
path: playwright-report/
39+
path: test-report/
4040
if-no-files-found: ignore # prevent error if report is missing
4141
retention-days: 30
4242

@@ -58,3 +58,8 @@ jobs:
5858
echo "EMAIL: $EMAIL"
5959
echo "PASSWORD: $PASSWORD"
6060
echo "BASE_URL: $BASE_URL"
61+
62+
63+
- name: Check BASE_URL present
64+
run: '[ -z "$BASE_URL" ] && echo "BASE_URL is missing" || echo "BASE_URL is set"'
65+

0 commit comments

Comments
 (0)