Skip to content

Commit

Permalink
[Update] integration tests to make use of cdp4-test-database-communit…
Browse files Browse the repository at this point in the history
…y-edition:4.0.0 which is based on PostgreSQL 17.2
  • Loading branch information
samatstarion committed Jan 25, 2025
1 parent 8ec6a86 commit 386d4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: cdp4-test-database-community-edition Image
run: docker pull stariongroup/cdp4-test-database-community-edition:3.4.0
run: docker pull stariongroup/cdp4-test-database-community-edition:4.0.0

- name: Start PostgreSQL Container
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
-p 5432:5432 \
--tmpfs /var/lib/postgresql/data:rw \
--name comet-db \
stariongroup/cdp4-test-database-community-edition:3.4.0
stariongroup/cdp4-test-database-community-edition:4.0.0
- name: Wait for PostgreSQL to be ready
run: |
Expand Down

0 comments on commit 386d4f0

Please sign in to comment.