Skip to content

Instantly share code, notes, and snippets.

View RizkyRajitha's full-sized avatar

Rajitha Gunathilake RizkyRajitha

View GitHub Profile
@RizkyRajitha
RizkyRajitha / test.yml
Last active January 8, 2025 10:13
GitHub action workflow for test , using PostgreSQL database service container .
name: Running Tests
on: [push]
jobs:
Test:
runs-on: ubuntu-latest
services:
postgres: