Skip to content

Commit 038f89b

Browse files
For elastic integration tests use images built in the CI (#215)
* For elastic integration tests use images built in the CI Rather than downloading the elastic images from the ghcr for the integration tests we use container images built during the CI integration test check. This allows us to check if any changes to the services breaks anything. * Use env vars in build cmd instead of mutating env vars with sed
1 parent 185bf6a commit 038f89b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/run-integration-tests-elastic.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
with:
3232
version: latest
3333

34+
- name: Build images from source
35+
run: |
36+
IMAGE_NAME=otel-demo-integration-tests DEMO_VERSION=test docker compose --env-file .env --env-file .env.override build --parallel
37+
3438
- name: Create k8s Kind Cluster
3539
uses: helm/kind-action@v1
3640

0 commit comments

Comments
 (0)