Skip to content

Update run_command.js #143

Update run_command.js

Update run_command.js #143

Workflow file for this run

name: Run Test Scripts
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo at pull request
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Run Tests
run: 'npm test'