Skip to content

Commit

Permalink
Update dev-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isiko authored Feb 12, 2024
1 parent f684198 commit 6658875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
POSTGRES_USER: dennis
POSTGRES_DB: food_calc_testing
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_INITDB_ARGS: "--locale=de_DE"
POSTGRES_INITDB_ARGS: "--locale=en_DK"
ports:
- 5432:5432
options: >-
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3

- name: Load Sample Data
run: psql -p 5432 -h 127.0.0.1 -U dennis --no-password -f foodlib/sample_data/food_calc.sql food_calc_testing
run: psql -p 5432 -h 127.0.0.1 -U dennis --no-password -f foodlib/sample_data/food_calc.sql food_calc_testing -v ON_ERROR_STOP=1

#- name: Build
# run: cargo build --verbose --release
Expand Down

0 comments on commit 6658875

Please sign in to comment.