We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1b295 commit 798a2d2Copy full SHA for 798a2d2
.github/workflows/pre-commit.yml
@@ -35,11 +35,20 @@ jobs:
35
~/.cache/pip
36
key: pre-commit|${{ env.PY_HASH }}|${{ hashFiles('.pre-commit-config.yaml', '.github/workflows/pre-commit.yml') }}
37
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
+
46
- name: Download compilation artifacts
- uses: actions/download-artifact@v4
47
+ uses: dawidd6/action-download-artifact@v3
48
with:
- pattern: build-job-*
- merge-multiple: true
49
+ name: build-job-*
50
+ workflow: push.yml
51
+ name_is_regexp: true
52
path: ~/.arduino/tests/
53
54
- name: Merge compile commands
0 commit comments