We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8006d9f commit 88521a3Copy full SHA for 88521a3
.github/workflows/push.yml
@@ -81,6 +81,7 @@ jobs:
81
packages: universal-ctags
82
version: 1
83
execute_install_scripts: true
84
+ debug: true
85
86
- name: Checkout repository
87
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -97,6 +98,7 @@ jobs:
97
98
IS_PR: ${{ github.event_name == 'pull_request' }}
99
MAX_CHUNKS: ${{ env.MAX_CHUNKS }}
100
run: |
101
+ which ctags
102
python3 ./.github/scripts/get_affected.py --save-debug-artifacts ${{ steps.changed-files.outputs.all_changed_files }} > affected_sketches.txt
103
104
- name: Upload affected sketches
0 commit comments