Skip to content

Commit

Permalink
separating rhea into its own job
Browse files Browse the repository at this point in the history
  • Loading branch information
crysmags committed Sep 27, 2024
1 parent 3bde5c1 commit 15661a0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -835,11 +835,21 @@ jobs:

rhea:
runs-on: ubuntu-latest
services:
qpid:
image: scholzj/qpid-cpp:1.38.0
env:
QPIDD_ADMIN_USERNAME: admin
QPIDD_ADMIN_PASSWORD: admin
ports:
- 5673:5672
env:
PLUGINS: rhea
SERVICES: qpid
DD_DATA_STREAMS_ENABLED: true
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/plugins/test
- uses: ./.github/actions/plugins/test-and-upstream

router:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 15661a0

Please sign in to comment.