feat(pls): add get_generators
utility to retrieve generator blocks even when datasource is invalid
#5946
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Prisma Schema (WASM) | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
paths-ignore: | |
- '!.github/workflows/build-prisma-schema-wasm.yml' | |
- '!.github/workflows/include/rust-wasm-setup/action.yml' | |
- '.github/**' | |
- '*.md' | |
- 'LICENSE' | |
- 'CODEOWNERS' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./.github/workflows/include/rust-wasm-setup | |
- run: make check-schema-wasm-package PROFILE=release |