Skip to content

[showcase] Keep the directory location when navigating between vers… #1897

[showcase] Keep the directory location when navigating between vers…

[showcase] Keep the directory location when navigating between vers… #1897

Workflow file for this run

name: CI
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unanimo:
uses: ./.github/workflows/install-and-deploy.yml
with:
node-version: "22.x"
cache: true
common-tests: false
publish: false
package: "packages/unanimo"
mercury:
uses: ./.github/workflows/install-and-deploy.yml
with:
node-version: "22.x"
cache: true
common-tests: false
publish: false
package: "packages/mercury"
svg-sass-generator:
uses: ./.github/workflows/install-and-deploy.yml
with:
node-version: "22.x"
cache: true
common-tests: false
publish: false
package: "packages/svg-sass-generator"