Skip to content

Commit

Permalink
Update integration test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcrosta committed Mar 26, 2024
1 parent d85550b commit c17b583
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-detectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit c17b583

Please sign in to comment.