Skip to content

Optimus: Change dependabot to run daily not weekly #19

Optimus: Change dependabot to run daily not weekly

Optimus: Change dependabot to run daily not weekly #19

name: Run Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
container:
image: node:20
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Run Vitest Suite
run: npm test