Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jprider63 committed Sep 24, 2024
1 parent 082916d commit 126e89c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,11 @@ jobs:
with:
name: CN Benchmarks
tool: 'customSmallerIsBetter'
output-file-path:
z3: tests/benchmark-data.json
cvc5: tests/benchmark-data.json
output-file-path: |
{
"z3": "tests/benchmark-data.json"
"cvc5": "tests/benchmark-data.json"
}
# Access token to deploy GitHub Pages branch
github-token: ${{ secrets.GITHUB_TOKEN }}
# Push and deploy GitHub pages branch automatically
Expand Down

0 comments on commit 126e89c

Please sign in to comment.