Skip to content

Use deploy token to bypass main protection #55

Use deploy token to bypass main protection

Use deploy token to bypass main protection #55

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- name: Run Tests
run: npm test