Skip to content

Commit

Permalink
catch22: the db has to exist to create the db 🔃
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezzsim committed Dec 18, 2023
1 parent e451d4a commit c921952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
shell: bash -l {0}
run: |
set -e
docker run -d --rm --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=secret -d docker.io/postgres
docker run -d --rm --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=secret -e POSTGRES_DB=tiled-example-data -d docker.io/postgres
docker ps
- name: Run Tiled commands
Expand Down

0 comments on commit c921952

Please sign in to comment.