Skip to content

Bugfix/walk path user queues #75

Bugfix/walk path user queues

Bugfix/walk path user queues #75

Workflow file for this run

name: All Jest tests pass
on:
pull_request:
branches:
- dev
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 20.x
- run: npm install
- run: npm test -- --verbose
- if: ${{ failure() }}
run: exit 1