Skip to content

install pixi.js-legacy #1053

install pixi.js-legacy

install pixi.js-legacy #1053

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: test syncflow
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches-ignore:
- 'develop'
- 'develop*'
- 'archive/**'
- 'deploy/**'
paths-ignore:
- '.gitignore'
- '.cspell.json'
- '**.md'
- '**.png'
- '**.jpg'
- '**.txt'
- 'articles/**'
- 'books/**'
- 'docs/**'
- 'experimental/**'
- 'packages/!utils/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
checkAllPackages:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
cache-dependency-path: yarn.lock
# Set up GitHub Actions caching for Wireit.
- uses: google/wireit@setup-github-actions-caching/v1
- name: Install dependencies
run: yarn --frozen-lockfile
- name: build dependencies
run: yarn zz:cmd:wsrun-stages --recursive -p @noshiro/syncflow -c build
- name: test
run: yarn workspace @noshiro/syncflow test:stream