mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-24 08:20:40 +00:00
fixed integration tests
This commit is contained in:
parent
8e03d3e400
commit
411ec927a9
1 changed files with 4 additions and 3 deletions
7
.github/workflows/run_integration_tests.yml
vendored
7
.github/workflows/run_integration_tests.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue