Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Dec 24, 2024
1 parent b724a9f commit d739f4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,12 @@ jobs:
with:
name: e2e-screenshots
path: test/e2e/cypress/screenshots/
# - name: Upload cypress test videos
# uses: actions/upload-artifact@v4
# if: failure()
# with:
# name: e2e-videos
# path: test/e2e/cypress/videos/

check-regression-label:
name: Check if the regression test criteria are met, store in the job output
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ services:
- host.docker.internal:host-gateway
postgres:
image: postgres:15
command: -c 'max_connections=200'
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit d739f4b

Please sign in to comment.