Skip to content

Commit

Permalink
ci(compliance): fail pipeline if compliance test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Apr 24, 2024
1 parent c14a6d4 commit 7116b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
-output-format json -output-file result.oteldb.json \
-output-passing -output-unsupported \
-query-parallelism 2 \
-target 81.99 || true
-target 81.99
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7116b2c

Please sign in to comment.