Skip to content

Commit 88521a3

Browse files
committed
test
1 parent 8006d9f commit 88521a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
packages: universal-ctags
8282
version: 1
8383
execute_install_scripts: true
84+
debug: true
8485

8586
- name: Checkout repository
8687
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -97,6 +98,7 @@ jobs:
9798
IS_PR: ${{ github.event_name == 'pull_request' }}
9899
MAX_CHUNKS: ${{ env.MAX_CHUNKS }}
99100
run: |
101+
which ctags
100102
python3 ./.github/scripts/get_affected.py --save-debug-artifacts ${{ steps.changed-files.outputs.all_changed_files }} > affected_sketches.txt
101103
102104
- name: Upload affected sketches

0 commit comments

Comments
 (0)