Skip to content

Commit

Permalink
add database to api-tests-e2e workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed May 22, 2024
1 parent ba43817 commit 27295ab
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,17 @@ jobs:
name: API E2E Tests
runs-on: ubuntu-22.04

steps:
services:
postgres:
image: postgres:13
ports:
- 5432:5432
env:
POSTGRES_USER: 4growth
POSTGRES_PASSWORD: 4growth
POSTGRES_DB: 4growth

steps:
- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 27295ab

Please sign in to comment.