We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c9665 commit 4b782eeCopy full SHA for 4b782ee
.github/workflows/platformio.yml
@@ -27,11 +27,5 @@ jobs:
27
run: platformio pkg install
28
- name: Build default environment
29
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
+ - name: On native platform run tests
+ run: platformio test --verbose --environment native
0 commit comments