Skip to content

Commit

Permalink
Github actions does not invoke tty device ⌨
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezzsim committed Nov 28, 2023
1 parent a2f6f67 commit 9f3a627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: sleep 10

- name: Create Tiled catalog
run: docker exec -it tiled tiled catalog init postgresql+asyncpg://postgres:secret@postgres:5432
run: docker exec -i tiled tiled catalog init postgresql+asyncpg://postgres:secret@postgres:5432

- name: Stop containers
run: docker-compose down
Expand Down

0 comments on commit 9f3a627

Please sign in to comment.