Skip to content

Commit 388370d

Browse files
committed
test
1 parent ff55021 commit 388370d

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/build_tests.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,12 @@ jobs:
5858
/*
5959
!.github
6060
61-
- name: Cat scripts
61+
- name: Get Scripts
6262
if: ${{ steps.check-build.outputs.enabled == 'true' }}
6363
run: |
64-
cat .github/scripts/tests_build.sh
65-
66-
- name: Checkout Scripts
67-
if: ${{ steps.check-build.outputs.enabled == 'true' }}
68-
uses: actions/checkout@v4
69-
with:
70-
persist-credentials: false
71-
sparse-checkout-cone-mode: false
72-
sparse-checkout: .github
64+
mkdir -p .github
65+
cd .github
66+
curl https://codeload.github.com/${{ github.repository }}/tar.gz/master | \ tar -xz --strip=2 arduino-esp32-master/.github
7367
7468
- name: Cat scripts
7569
if: ${{ steps.check-build.outputs.enabled == 'true' }}

0 commit comments

Comments
 (0)