fix(mysql): use column defs from execute
and not prepare
#5635
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 |