Skip to content

Commit 798a2d2

Browse files
committed
Download workflow
1 parent fe1b295 commit 798a2d2

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/pre-commit.yml

+12-3
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,20 @@ jobs:
3535
~/.cache/pip
3636
key: pre-commit|${{ env.PY_HASH }}|${{ hashFiles('.pre-commit-config.yaml', '.github/workflows/pre-commit.yml') }}
3737

38+
- name: Wait for sketches to compile
39+
uses: lewagon/[email protected]
40+
with:
41+
ref: ${{ github.ref }}
42+
check-regexp: "Arduino [0-9]+ on ubuntu-latest"
43+
repo-token: ${{ secrets.GITHUB_TOKEN }}
44+
wait-interval: 10
45+
3846
- name: Download compilation artifacts
39-
uses: actions/download-artifact@v4
47+
uses: dawidd6/action-download-artifact@v3
4048
with:
41-
pattern: build-job-*
42-
merge-multiple: true
49+
name: build-job-*
50+
workflow: push.yml
51+
name_is_regexp: true
4352
path: ~/.arduino/tests/
4453

4554
- name: Merge compile commands

0 commit comments

Comments
 (0)