Skip to content

fix: order matters, previous tests caused error to not be thrown #622

fix: order matters, previous tests caused error to not be thrown

fix: order matters, previous tests caused error to not be thrown #622

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run transpile
- run: npm run test