Skip to content

Commit

Permalink
fix(test): revert kafka await in build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Nov 15, 2023
1 parent 40cb481 commit e17e276
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Wait for Kafka 120s
run: sleep 120

- name: Test
run: npm run test && npm run lcov-report

Expand Down

0 comments on commit e17e276

Please sign in to comment.