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 August 2, 2025 11:22
GitHub action workflow for test , using PostgreSQL database service container .
name: Running Tests
on: [push]
jobs:
Test:
runs-on: ubuntu-latest
services:
postgres: