Skip to content

Instantly share code, notes, and snippets.

@RizkyRajitha
RizkyRajitha / test.yml
Last active June 12, 2024 10:54
GitHub action workflow for test , using PostgreSQL database service container .
name: Running Tests
on: [push]
jobs:
Test:
runs-on: ubuntu-latest
services:
postgres: