Skip to content

feat(plugin): render using code_template if it exists (#551) #1850

feat(plugin): render using code_template if it exists (#551)

feat(plugin): render using code_template if it exists (#551) #1850

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