Skip to content

ensure client import module gets transformed by Vite #1518

ensure client import module gets transformed by Vite

ensure client import module gets transformed by Vite #1518

name: Build and Test (Pages)
on: push
jobs:
call_build:
uses: ./.github/workflows/build.yml
with:
package: "pages"
call_unit_test:
needs: call_build
uses: ./.github/workflows/unit_test.yml
with:
package: "pages"
call_playwright:
needs: call_build
uses: ./.github/workflows/playwright.yml
secrets: inherit
call_jstest:
needs: call_build
uses: ./.github/workflows/jstest.yml
secrets:
JSTEST_PRIVATE_SSH_KEY: ${{ secrets.JSTEST_PRIVATE_SSH_KEY }}