Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YooSunYoung authored May 10, 2024
1 parent 98b0679 commit 592b441
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ on:
inputs:
python-version:
type: string
env:
# For ECDC docker compose recipe.
FILEWRITER_ZOOKEEPER_CONTAINER_NAME: zookeeper-$GITHUB_JOB
FILEWRITER_KAFKA_CONTAINER_NAME: kafka-$GITHUB_JOB
FILEWRITER_FILEWRITER_CONTAINER_NAME: filewriter-$GITHUB_JOB

jobs:
tests:
name: Integration Tests
runs-on: 'ubuntu-22.04'
env:
FILEWRITER_FILEWRITER_CONTAINER_NAME: filewriter-$GITHUB_JOB # For ECDC docker compose recipe.
steps:
- run: sudo apt install --yes docker-compose
- uses: actions/checkout@v4
Expand Down

0 comments on commit 592b441

Please sign in to comment.