From 69047369f0bff45b6216731f8c2c38a959dbbf52 Mon Sep 17 00:00:00 2001 From: Klagarge Date: Wed, 6 Nov 2024 14:31:04 +0100 Subject: [PATCH] FIX GitHub action --- .github/workflows/build-test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 525f524..ec09d50 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -1,6 +1,5 @@ name: Build test application on: - pull_request: push: jobs: @@ -13,10 +12,10 @@ jobs: strategy: matrix: target: [DISCO_H747I] - profile: [debug, release] + profile: [debug] tests: [ tests-simple-test-always-succeed, - tests-simple-test-ptr-test, + tests-simple-test-test-ptr, advdembsof_library-tests-sensors-hdc1000, tests-bike-computer-sensor-device, tests-bike-computer-speedometer