Skip to content

Instantly share code, notes, and snippets.

View melodyogonna's full-sized avatar
🎯
Focusing

Melody Daniel melodyogonna

🎯
Focusing
View GitHub Profile
@melodyogonna
melodyogonna / node-ci.yml
Created October 28, 2021 11:03
Setup a CI pipeline for Node JS using Github Actions. Integrate MySQL for integration testing.
name: Node.js CI
on:
pull_request:
branches: [ master, development, testing ]
jobs:
build:
runs-on: ubuntu-latest