Skip to content

Commit

Permalink
Try pathing the duckdb filename for Evidence CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower authored Sep 27, 2023
1 parent 8355afd commit d084a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- name: Build Evidence
env:
EVIDENCE_DATABASE: 'duckdb'
EVIDENCE_DUCKDB_FILENAME: 'octocatalog.db'
EVIDENCE_DUCKDB_FILENAME: './reports/octocatalog.db'
run: npm run build:strict --prefix ./reports

0 comments on commit d084a83

Please sign in to comment.