diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ec0be17..8d80265 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -79,4 +79,7 @@ jobs: run: ./build_test.sh CI - name: Run samples tests if: matrix.test-target == 'samples' - run: ./build_test_samples.sh CI \ No newline at end of file + run: | + if [[ -f "./build_test_samples.sh" ]]; then + ./build_test_samples.sh CI + fi \ No newline at end of file