Skip to content

Commit

Permalink
Only initialize containers if required
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Jan 24, 2025
1 parent eea3452 commit eeefd9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:

services:
postgres:
if: matrix.os == 'ubuntu-24.04' && matrix.database-backend == 'psql'
image: postgres:10
env:
POSTGRES_DB: test_aiida
Expand All @@ -52,6 +53,7 @@ jobs:
ports:
- 5432:5432
rabbitmq:
if: matrix.os == 'ubuntu-24.04'
image: rabbitmq:3.8.14-management
ports:
- 5672:5672
Expand Down

0 comments on commit eeefd9d

Please sign in to comment.