Skip to content

debug: clone into the following sha a962ab32b64057aeff04643e323aae8d1… #260

debug: clone into the following sha a962ab32b64057aeff04643e323aae8d1…

debug: clone into the following sha a962ab32b64057aeff04643e323aae8d1… #260

Workflow file for this run

name: Run Tests on Every Commit and Pull Request
on:
push:
branches:
- '**'
pull_request:
branches:
- main
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test -- --run