Skip to content

Bump jasmine-core from 5.4.0 to 5.5.0 (#545) #482

Bump jasmine-core from 5.4.0 to 5.5.0 (#545)

Bump jasmine-core from 5.4.0 to 5.5.0 (#545) #482

Workflow file for this run

name: unit-test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm install
- name: Build
run: npm run build
- name: Unit test
run: npm run unit-test