Skip to content

Bump the all-npm-dependencies group across 1 directory with 6 updates #812

Bump the all-npm-dependencies group across 1 directory with 6 updates

Bump the all-npm-dependencies group across 1 directory with 6 updates #812

Workflow file for this run

name: Run all AEG tests
on:
pull_request:
branches: [ master ]
jobs:
AEG_Structure_Tests:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install NPM dependencies
run: npm ci
- name: Run all vitest tests
run: npx vitest