Skip to content

Updating dependencies #29

Updating dependencies

Updating dependencies #29

Workflow file for this run

name: "Test"
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
- run: |
npm run compile
- run: |
npm run test