mirror of
https://github.com/documenso/documenso.git
synced 2025-11-24 13:41:30 +10:00
ci: fix error no BUILD_ID
This commit is contained in:
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
||||
run: npm ci
|
||||
- name: Copy env
|
||||
run: cp .env.example .env
|
||||
- name: Load environment variables
|
||||
run: set -a; source .env
|
||||
- name: Build Documenso
|
||||
run: npm run build
|
||||
- name: Install Playwright Browsers
|
||||
|
||||
Reference in New Issue
Block a user