Skip to content

Merge pull request #2 from IdotMaster1/patch-1 #7

Merge pull request #2 from IdotMaster1/patch-1

Merge pull request #2 from IdotMaster1/patch-1 #7

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v3
- name: Install dependencies
run: npm install
- run: npm run test