fix: add shell

This commit is contained in:
nafees nazik
2024-01-05 00:03:20 +05:30
parent ce6f523230
commit b35f050409
3 changed files with 3 additions and 0 deletions

View File

@ -27,4 +27,5 @@ runs:
key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.key-1 }}-${{ env.key-2 }}-${{ env.key-3 }}
- run: npm run build
shell: bash
if: steps.production-build-cache.outputs.cache-hit != 'true'

View File

@ -26,6 +26,7 @@ runs:
${{ runner.os }}
- name: Install dependencies
shell: bash
run: |
npm ci
npm run prisma:generate

View File

@ -16,3 +16,4 @@ runs:
- name: Install playwright
if: steps.cache-playwright.outputs.cache-hit != 'true'
run: npx playwright install --with-deps
shell: bash