diff --git a/.github/workflows/pull-request-testing.yaml b/.github/workflows/pull-request-testing.yaml index bb6d2c7..3ffa01a 100644 --- a/.github/workflows/pull-request-testing.yaml +++ b/.github/workflows/pull-request-testing.yaml @@ -37,7 +37,7 @@ jobs: cache: 'npm' - name: Install dependencies - run: npm ci + run: npm install - name: Generate Prisma client env: