Skip to content

CI/CD: workflows updated for Node.js 20 #221

CI/CD: workflows updated for Node.js 20

CI/CD: workflows updated for Node.js 20 #221

Workflow file for this run

name: Unit tests
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
defaults:
run:
shell: bash
jobs:
ut:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Unit tests
run: make -C extras/test