Skip to content

Add unit test for an empty username accessing a restricted file #239

Add unit test for an empty username accessing a restricted file

Add unit test for an empty username accessing a restricted file #239

Workflow file for this run

on: [ push, pull_request ]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-node@v4.0.3
with:
node-version: '22'
- run: npm ci
- run: npm test