Skip to content

Close the queue item view dialog when the item is no longer in the queue #157

Close the queue item view dialog when the item is no longer in the queue

Close the queue item view dialog when the item is no longer in the queue #157

Workflow file for this run

name: Run unit tests
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "18.x"
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test