Skip to content

Commit

Permalink
fix: corrected db path
Browse files Browse the repository at this point in the history
  • Loading branch information
cbs-l committed Nov 6, 2023
1 parent 454eaaa commit c9eab2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
sudo apt-get update
sudo apt-get install --yes postgresql-client
- name: "step 1 2/2 - seeding the database "
working-directory: "apps/db"
working-directory: "/db"
# needed env for psql #could also do: export PGPASSWORD=password or PGPASSWORD=password psql --host....
env:
PGPASSWORD: password
Expand Down

0 comments on commit c9eab2a

Please sign in to comment.