Skip to content

Commit

Permalink
add debugging output to workflow (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangardner authored Jul 1, 2024
1 parent ea2aeb1 commit 8008d7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/_playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
run: pnpm --filter=end-to-end-tests exec playwright install --with-deps
- name: Debugging steps
run: |
echo "Workflow triggered in branch '${{ github.ref }}'."
echo "Workflow triggered in head_ref '${{ github.head_ref }}'."
echo "Workflow triggered by event '${{ github.event_name }}'."
echo "Workflow triggered by actor '${{ github.actor }}''."
echo "Workflow triggered in branch '${{ github.ref }}'."
echo "Workflow triggered in head_ref '${{ github.head_ref }}'."
echo "Workflow triggered by event '${{ github.event_name }}'."
echo "Workflow triggered by actor '${{ github.actor }}''."
- name: Determine E2E_ENDPOINT
run: >
echo E2E_ENDPOINT=$(if [[ "${{ github.event_name }}" == "pull_request" ]]; then
Expand Down

0 comments on commit 8008d7e

Please sign in to comment.