Skip to content

Commit

Permalink
ci(compliance): use json
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 9, 2023
1 parent a08e848 commit 0b49ef2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ jobs:
run: |
go run github.com/go-faster/oteldb/cmd/promql-compliance-tester \
-config-file promql-test-queries.yml -config-file test-oteldb.yml \
-end 1m -range 1m | tee result.oteldb.txt || true
-output-format json \
-end 1m -range 1m | tee result.oteldb.json || true
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: result.oteldb.txt
path: dev/local/ch-compliance/result.oteldb.txt
name: result.oteldb.json
path: dev/local/ch-compliance/result.oteldb.json
if-no-files-found: error
retention-days: 1

Expand Down

0 comments on commit 0b49ef2

Please sign in to comment.