Skip to content

Instantly share code, notes, and snippets.

View Akumzy's full-sized avatar
💭
👨‍💻️ Building stuffs

Akuma Isaac Akuma Akumzy

💭
👨‍💻️ Building stuffs
View GitHub Profile
@Akumzy
Akumzy / test.yaml
Created April 16, 2021 15:38 — forked from 2color/test.yaml
How to run integration tests with PostgreSQL and Prisma on GitHub Actions
# .github/workflows/test.yaml
name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
# Service containers to run with `container-job`
services:
# Label used to access the service container
postgres: