Skip to content

Commit 0a47dd3

Browse files
committed
Merge branch 'master' into ci/tests_refactor
2 parents 5477ac1 + 905a605 commit 0a47dd3

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/hw.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ jobs:
7272
~/.arduino/tests/**/build*.tmp/*.elf
7373
~/.arduino/tests/**/build*.tmp/*.json
7474
75-
- uses: actions/setup-python@v5
76-
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
77-
with:
78-
cache: 'pip'
79-
python-version: '3.10'
80-
8175
- name: Checkout repository
8276
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
8377
uses: actions/checkout@v4

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
name: Run tests on hardware
2323
uses: ./.github/workflows/hw.yml
2424
needs: call-build-tests
25-
if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'hil_test') }}
25+
#if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'hil_test') }}
26+
if: false
2627

2728
call-wokwi-tests:
2829
uses: ./.github/workflows/wokwi.yml

.github/workflows/wokwi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
- uses: actions/setup-python@v5
6464
if: steps.check-tests.outputs.enabled == 'true'
6565
with:
66-
cache: 'pip'
6766
python-version: '3.x'
6867

6968
- name: Install Wokwi CLI

0 commit comments

Comments
 (0)