Skip to content

fix(wb): error "/bin/sh: prisma: command not found" in a Next.js project without Prisma #1933

fix(wb): error "/bin/sh: prisma: command not found" in a Next.js project without Prisma

fix(wb): error "/bin/sh: prisma: command not found" in a Next.js project without Prisma #1933

Workflow file for this run

name: Test
on:
pull_request:
paths-ignore:
- '**.md'
- '**/docs/**'
push:
branches:
- main
- wbfy
paths-ignore:
- '**.md'
- '**/docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: WillBooster/reusable-workflows/.github/workflows/test.yml@main
with:
github_hosted_runner: true
secrets:
GH_TOKEN: ${{ secrets.PUBLIC_GH_BOT_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}