Skip to content

Commit

Permalink
add command output
Browse files Browse the repository at this point in the history
  • Loading branch information
futabooo committed Dec 15, 2024
1 parent 0e4e38f commit a47f0b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/playwright-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy playwright-report --project-name=notion-bar-colorize

- name: print wrangler command output
env:
CMD_OUTPUT: ${{ steps.deploy.outputs.command-output }}
run: echo $CMD_OUTPUT

- name: print pages-deployment-alias-url
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a47f0b1

Please sign in to comment.