Skip to content

Work in progress code to automatically and bypass StepSecurity harden… #101

Work in progress code to automatically and bypass StepSecurity harden…

Work in progress code to automatically and bypass StepSecurity harden… #101

Workflow file for this run

name: Unit Tests
on:
push:
paths-ignore:
- 'README.md'
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm run build-dev && npm test