Skip to content

Merge pull request #58 from ministryofjustice/dependabot/npm_and_yarn… #34

Merge pull request #58 from ministryofjustice/dependabot/npm_and_yarn…

Merge pull request #58 from ministryofjustice/dependabot/npm_and_yarn… #34

name: Auth0 Action Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: '18'
- run: |
cd auth0-actions
npm install
npm run test