FIX GitHub action

This commit is contained in:
Rémi Heredero 2024-11-06 14:31:04 +01:00
parent af0b6180da
commit 69047369f0

View File

@ -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