Skip to content

Commit

Permalink
migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
sammynave committed Dec 15, 2023
1 parent 2ad99cf commit 86494d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
PUBLIC_FAKTORY_URL: http://localhost:7420
FAKTORY_URL: tcp://localhost:7419
FAKTORY_PASSWORD: ''
REDIS_WS_PASSWORD: password
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
POSTGRES_DB: startup
DATABASE_URL: postgres://postgres:password@postgres:5432/startup
REDIS_WS_SERVER: redis
REDIS_WS_PASSWORD: password
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -65,5 +65,7 @@ jobs:
cache: pnpm
- name: Install deps
run: pnpm install --frozen-lockfile
- name: Migrate DATABASE_URL
run: pnpm run db:migrate
- name: Test
run: pnpm run ci:integration

0 comments on commit 86494d8

Please sign in to comment.