Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

fix error when accessory_bag_storage doesn't have tuning #1184

fix error when accessory_bag_storage doesn't have tuning

fix error when accessory_bag_storage doesn't have tuning #1184

Workflow file for this run

on: [push, pull_request]
jobs:
build-and-test:
runs-on: ubuntu-latest
name: Build & run tests
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.0.0'
- run: npm install
- name: Typescript compiler
run: npm run compile
- name: Run tests
run: npm test