From c17b583b739c949ea1627d3f8a9d964ea6e48754 Mon Sep 17 00:00:00 2001 From: Jose Garcia Crosta Date: Mon, 25 Mar 2024 22:21:51 -0300 Subject: [PATCH] Update integration test CI --- .github/workflows/test-detectors.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-detectors.yml b/.github/workflows/test-detectors.yml index af628046..05874de8 100644 --- a/.github/workflows/test-detectors.yml +++ b/.github/workflows/test-detectors.yml @@ -63,7 +63,7 @@ jobs: - id: set-matrix run: | - echo "matrix=$(find test-cases -mindepth 1 -maxdepth 1 -type d -exec basename {} \; | jq -R -cs 'split("\n")[:-1]')" >> $GITHUB_OUTPUT + echo "matrix=$(find test-cases -mindepth 1 -maxdepth 1 -type d -exec basename {} \; | jq -R -cs 'split("\n")[:-1]')" >> $GITHUB_OUTPUT integration-tests: name: Integration Tests @@ -87,7 +87,6 @@ jobs: ~/.cargo target key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - fail-on-cache-miss: true - name: Run integration test for a specific test case run: |