Skip to content

ci: fix missing run-on field #606

ci: fix missing run-on field

ci: fix missing run-on field #606

name: Raccoon Integration Test
on:
- push
- pull_request
jobs:
kafka-test:
runs-on: ubuntu-latest
steps:
- name: setup integration environment
uses: ./.github/workflows/integration-test-setup.yaml
- name: Copy integration config
run: cp .env.test .env
- name: Run Raccoon
run: make docker-run
- name: Invoking go test
run: INTEGTEST_BOOTSTRAP_SERVER=localhost:9094 INTEGTEST_HOST=localhost:8080 INTEGTEST_TOPIC_FORMAT="clickstream-%s-log" GRPC_SERVER_ADDR="localhost:8081" go test ./integration -v