Skip to content

moved to propsLoader #1104

moved to propsLoader

moved to propsLoader #1104

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