Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 21, 2023
1 parent cf07338 commit c46f3c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ jobs:
- name: Test
run: pnpm run test

# TODO: Remove
- name: Debug
run: |
echo "head_ref={{ github.head_ref }}"
echo "ref_name={{ github.ref_name }}"
- name: Publish Package Preview
id: package-preview
if: github.event_name == 'pull_request' && (github.actor != 'renovate[bot]' || contains(github.event.pull_request.labels.*.name, 'create preview package'))
Expand Down

0 comments on commit c46f3c2

Please sign in to comment.