Skip to content

Merge pull request #58 from Aldhanekaa/origin #36

Merge pull request #58 from Aldhanekaa/origin

Merge pull request #58 from Aldhanekaa/origin #36

Workflow file for this run

name: Run Parse Test on Commit
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test-parse