Skip to content

fix: replace in svelte build result #23

fix: replace in svelte build result

fix: replace in svelte build result #23

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: "yarn"
- name: install
run: yarn install --immutable --immutable-cache --check-cache
- name: run unit test
working-directory: ./packages/view360
run: yarn test