From 411ec927a929678997be681ae44966dcb631c60d Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Sun, 17 Mar 2024 15:24:16 +0100 Subject: [PATCH] fixed integration tests --- .github/workflows/run_integration_tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index ba4d6fb4..b56eea3a 100644 --- a/.github/workflows/run_integration_tests.yml +++ b/.github/workflows/run_integration_tests.yml @@ -19,9 +19,10 @@ jobs: with: submodules: recursive - - name: Override iap package with stub - id: override-iap - run: bash ./.github/scripts/stub_iap.sh + - name: Connect private iap package + uses: webfactory/ssh-agent@v0.8.0 + with: + ssh-private-key: ${{ secrets.M3_LIGHTMETER_IAP_KEY }} - name: Restore secrets run: |