Skip to content

Commit

Permalink
Fix github ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Nov 1, 2023
1 parent 2d1b2af commit 686c3ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:

- name: Setup config
run: |
echo "ENV: dev" > config.yml
echo "DBNAME: test_lute.db" >> config.yml
mkdir ./data
echo "ENV: dev" > config/config.yml
echo "DATAPATH: ./data" >> config/config.yml
echo "DBNAME: test_lute.db" >> config/config.yml
- name: Lint
run: inv lint
Expand Down

0 comments on commit 686c3ed

Please sign in to comment.