Skip to content

fix(plugin): update code_template to codeTemplate (#559) #1890

fix(plugin): update code_template to codeTemplate (#559)

fix(plugin): update code_template to codeTemplate (#559) #1890

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 }}