Skip to content

Commit

Permalink
add compose run step
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoSekulic committed Feb 19, 2025
1 parent 2aa1fbd commit 6e14bd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/designer-kafka-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
9.0.x
- uses: actions/checkout@v4

- name: run kafka compose file
run: |
docker compose -f development/kafka/compose.yaml up -d
- name: Run integration tests
run: |
dotnet test backend/Designer.sln --filter "Category=KafkaIntegrationTest" -v m

0 comments on commit 6e14bd1

Please sign in to comment.