Skip to content

Commit

Permalink
Docker image in it
Browse files Browse the repository at this point in the history
  • Loading branch information
peel committed May 29, 2024
1 parent 1cca8df commit cf2003c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/telemetryIntegTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
--iglu /config/iglu.json
- name: run collectors
run: >-
docker run -d --name enabled \
-v ${PWD}/.github/workflows/integration_tests/telemetry/sender_config/config.hocon:/snowplow/config.hocon \
docker run -d --name enabled
-v ${PWD}/.github/workflows/integration_tests/telemetry/sender_config/config.hocon:/snowplow/config.hocon
-p 9292:9292 snowplow/scala-stream-collector-stdout:${PROJECT_VERSION} &&
docker run -d --name disabled \
-v ${PWD}/.github/workflows/integration_tests/telemetry/sender_config/config_disabled.hocon:/snowplow/config.hocon \
docker run -d --name disabled
-v ${PWD}/.github/workflows/integration_tests/telemetry/sender_config/config_disabled.hocon:/snowplow/config.hocon
-p 10292:10292 snowplow/scala-stream-collector-stdout:${PROJECT_VERSION}
sleep 30
- name: assess result
Expand Down

0 comments on commit cf2003c

Please sign in to comment.