Skip to content

Bump the all-npm-dependencies group with 3 updates #807

Bump the all-npm-dependencies group with 3 updates

Bump the all-npm-dependencies group with 3 updates #807

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