From 8a26161eb0e2dc04e73e2e86fa0ca2de5e4906aa Mon Sep 17 00:00:00 2001 From: Erik Rasmussen Date: Tue, 30 Jan 2024 12:52:10 -0600 Subject: [PATCH] Install sdks --- .github/workflows/integration-tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 412a8ba..a780570 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -32,5 +32,8 @@ jobs: run: docker compose up -d working-directory: examples + - name: Install SDKs + run: make install_sdks + - name: Run integration tests run: make test