mirror of
https://github.com/documenso/documenso.git
synced 2025-11-22 12:41:36 +10:00
feat: add docker to gh action
This commit is contained in:
3
.github/workflows/e2e-tests.yml
vendored
3
.github/workflows/e2e-tests.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- uses: ./.github/actions/docker-compose
|
||||
- name: Generate package-lock.json
|
||||
run: npm install
|
||||
- name: Install dependencies
|
||||
@ -31,3 +32,5 @@ jobs:
|
||||
name: playwright-report
|
||||
path: playwright-report/
|
||||
retention-days: 30
|
||||
env:
|
||||
DATABASE_URL: postgres://myuser:documenso@localhost:5432/postgres
|
||||
|
||||
Reference in New Issue
Block a user