FIX GitHub action
This commit is contained in:
parent
af0b6180da
commit
69047369f0
5
.github/workflows/build-test.yml
vendored
5
.github/workflows/build-test.yml
vendored
@ -1,6 +1,5 @@
|
|||||||
name: Build test application
|
name: Build test application
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -13,10 +12,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
target: [DISCO_H747I]
|
target: [DISCO_H747I]
|
||||||
profile: [debug, release]
|
profile: [debug]
|
||||||
tests: [
|
tests: [
|
||||||
tests-simple-test-always-succeed,
|
tests-simple-test-always-succeed,
|
||||||
tests-simple-test-ptr-test,
|
tests-simple-test-test-ptr,
|
||||||
advdembsof_library-tests-sensors-hdc1000,
|
advdembsof_library-tests-sensors-hdc1000,
|
||||||
tests-bike-computer-sensor-device,
|
tests-bike-computer-sensor-device,
|
||||||
tests-bike-computer-speedometer
|
tests-bike-computer-speedometer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user