Skip to content

Commit

Permalink
Don't run the integration tests for kafka devenv
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Aug 12, 2022
1 parent 239f243 commit ad75602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run Zookeeper and Kafka ⚙️
run: |
docker run --detach --rm --name lensesio -p 2181:2181 -p 3030:3030 -p 8081-8083:8081-8083 -p 9581-9585:9581-9585 -p 9092:9092 -e ADV_HOST=127.0.0.1 lensesio/fast-data-dev:latest
docker run --detach --rm --name lensesio -p 2181:2181 -p 3030:3030 -p 8081-8083:8081-8083 -p 9581-9585:9581-9585 -p 9092:9092 -e RUNTESTS=0 -e ADV_HOST=127.0.0.1 lensesio/fast-data-dev:latest
sleep 10s
- name: Run Go tests 🔬
Expand Down

0 comments on commit ad75602

Please sign in to comment.