Skip to content

Commit

Permalink
fix: add env variable for db path
Browse files Browse the repository at this point in the history
  • Loading branch information
RakuJa committed Nov 11, 2024
1 parent cc10077 commit 45f848e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
- uses: actions/checkout@v1
- name: Run rustfmt and clippy executing setup if needed
run: cargo make format-and-lint
env:
DATABASE_URL: "sqlite://database.db"

0 comments on commit 45f848e

Please sign in to comment.