Skip to content

feature(qe-wasm): Prepare pipelines so we can build the query-engine-wasm with nightly rust features. #923

feature(qe-wasm): Prepare pipelines so we can build the query-engine-wasm with nightly rust features.

feature(qe-wasm): Prepare pipelines so we can build the query-engine-wasm with nightly rust features. #923

name: Prisma Schema (WASM)
on:
push:
branches:
- main
pull_request:
paths-ignore:
- "!.github/workflows/build-prisma-schema-wasm.yml"
- ".github/**"
- ".buildkite/**"
- "*.md"
- "LICENSE"
- "CODEOWNERS"
- "renovate.json"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
- run: nix build .#prisma-schema-wasm
- run: nix flake check