Skip to content

Commit 4b782ee

Browse files
committed
Adjust PlatformIO CI workflow to current build configuration.
1 parent 27c9665 commit 4b782ee

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Diff for: .github/workflows/platformio.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,5 @@ jobs:
2727
run: platformio pkg install
2828
- name: Build default environment
2929
run: platformio run --verbose
30-
- name: On native platform run tests for 'tasks'
31-
run: platformio test --verbose --environment test_native_tasks
32-
- name: On native platform run tests for 'command line interpreter'
33-
run: platformio test --verbose --environment test_native_cli
34-
- name: On native platform run tests for 'string_helpers'
35-
run: platformio test --verbose --environment test_native_string_helpers
36-
- name: Run tests on the native platform for HMI layer
37-
run: platformio test --verbose --environment test_native_hmi
30+
- name: On native platform run tests
31+
run: platformio test --verbose --environment native

0 commit comments

Comments
 (0)