Skip to content

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

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… #115

Workflow file for this run

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