Skip to content

Updated node modules to use new SAF CLI version and updated SAF Actio… #148

Updated node modules to use new SAF CLI version and updated SAF Actio…

Updated node modules to use new SAF CLI version and updated SAF Actio… #148

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'