Skip to content

Commit

Permalink
Removed database_url
Browse files Browse the repository at this point in the history
  • Loading branch information
emilpriver committed May 6, 2024
1 parent 02fa75f commit 437e7df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ jobs:
- name: Nix flake check
run: nix flake check
- name: Test nix build
env:
DATABASE_URL: psql://postgres:mysecretpassword@localhost:6437/app?sslmode=disable
run: nix run . -- --help | grep -q "Usage: geni <COMMAND>" || exit 2

0 comments on commit 437e7df

Please sign in to comment.