Skip to content

ci: Update to actions/download-artifact@v8 #109

ci: Update to actions/download-artifact@v8

ci: Update to actions/download-artifact@v8 #109

Workflow file for this run

name: "Tests (Unit)"
on:
push:
branches:
- "**"
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: npm install
- run: npm run test