Skip to content

Prisma 5.22.0

Prisma 5.22.0 #44

Workflow file for this run

name: pr
on: [pull_request]
env:
PRISMA_TELEMETRY_INFORMATION: "nexus-plugin-prisma pr.yml"
jobs:
schema-tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
nexus: [nexus@^1.0.0]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- run: yarn add ${{ matrix.nexus }}
- run: yarn build
- run: yarn -s test