Skip to content

Commit c092f9c

Browse files
committed
configure workflow to run tests/test-build
1 parent 85913f4 commit c092f9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install python
5454
uses: actions/setup-python@v5.4.0
5555
with:
56-
python-version: '3.11'
56+
python-version: '3.12.3'
5757

5858
- name: Install PlatformIO Core
5959
run: |
@@ -65,4 +65,4 @@ jobs:
6565
run: |
6666
$verbose = '${{ inputs.verbose }}' -ieq 'true'
6767
68-
pio run
68+
tests/test-build/run.sh

0 commit comments

Comments
 (0)