Skip to content

Commit

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

0 comments on commit 02fa75f

Please sign in to comment.