mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
fix: add shell
This commit is contained in:
1
.github/actions/cache-build/action.yml
vendored
1
.github/actions/cache-build/action.yml
vendored
@ -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'
|
||||
|
||||
1
.github/actions/node-install/action.yml
vendored
1
.github/actions/node-install/action.yml
vendored
@ -26,6 +26,7 @@ runs:
|
||||
${{ runner.os }}
|
||||
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
npm ci
|
||||
npm run prisma:generate
|
||||
|
||||
@ -16,3 +16,4 @@ runs:
|
||||
- name: Install playwright
|
||||
if: steps.cache-playwright.outputs.cache-hit != 'true'
|
||||
run: npx playwright install --with-deps
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user