Skip to content

Fix some export/import issues after build dir format changed bump rc … #17

Fix some export/import issues after build dir format changed bump rc …

Fix some export/import issues after build dir format changed bump rc … #17

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '21.x'
- name: Install dependencies
run: yarn
- name: Build
run: yarn build
- name: Run tests
run: yarn test-all