Skip to content

Commit

Permalink
debug: temporarily log deployment_url
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Jul 23, 2024
1 parent dd5579a commit a27a0c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Debug
run: echo "${{ github.event.deployment_status.deployment_url }}"
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down

0 comments on commit a27a0c7

Please sign in to comment.