mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
fix: e2e
This commit is contained in:
1
.github/actions/cache-build/action.yml
vendored
1
.github/actions/cache-build/action.yml
vendored
@ -22,4 +22,3 @@ runs:
|
|||||||
|
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
shell: bash
|
shell: bash
|
||||||
if: steps.production-build-cache.outputs.cache-hit != 'true'
|
|
||||||
|
|||||||
3
.github/workflows/e2e-tests.yml
vendored
3
.github/workflows/e2e-tests.yml
vendored
@ -22,9 +22,6 @@ jobs:
|
|||||||
|
|
||||||
- uses: ./.github/actions/playwright-install
|
- uses: ./.github/actions/playwright-install
|
||||||
|
|
||||||
- name: Generate Prisma Client
|
|
||||||
run: npm run prisma:generate -w @documenso/prisma
|
|
||||||
|
|
||||||
- name: Create the database
|
- name: Create the database
|
||||||
run: npm run prisma:migrate-dev
|
run: npm run prisma:migrate-dev
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user