Skip to content

Instantly share code, notes, and snippets.

@danielabar
Created July 11, 2021 19:01
Show Gist options
  • Save danielabar/3f191dd41d71b81bbda8accc459bfded to your computer and use it in GitHub Desktop.
Save danielabar/3f191dd41d71b81bbda8accc459bfded to your computer and use it in GitHub Desktop.
Debug Github Actions Medium Post Gist 8
# .github/workflows/ci.yml
services:
db:
image: postgres:13
env:
POSTGRES_PASSWORD: its_a_secret
POSTGRES_USER: postgres
ports:
- 5432:5432
volumes:
- /home/runner/work/myapp/myapp/init.sql:/docker-entrypoint-initdb.d/init.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment