Skip to content

Updated SAF Action version number, workflows, and envvars used to def… #178

Updated SAF Action version number, workflows, and envvars used to def…

Updated SAF Action version number, workflows, and envvars used to def… #178

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'