Skip to content

jme.find_valid_assignments: immediately return the first good assignment #126

jme.find_valid_assignments: immediately return the first good assignment

jme.find_valid_assignments: immediately return the first good assignment #126

Workflow file for this run

name: Run the unit tests
# Controls when the workflow will run
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm test