Skip to content

Instantly share code, notes, and snippets.

View MrJuanGaviriaK's full-sized avatar
🏠
Working from home

Juan David Gaviria Agudelo MrJuanGaviriaK

🏠
Working from home
  • kommit
  • Colombia
View GitHub Profile
name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
services:
db:
image: postgres:11@sha256:85d79cba2d4942dad7c99f84ec389a5b9cc84fb07a3dcd3aff0fb06948cdc03b
ports: ["5432:5432"]
options: >-