summaryrefslogtreecommitdiffstats
path: root/.github/workflows/system-test-offsite.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/system-test-offsite.yml')
-rw-r--r--.github/workflows/system-test-offsite.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/system-test-offsite.yml b/.github/workflows/system-test-offsite.yml
index a60ed81f..97d4c2ac 100644
--- a/.github/workflows/system-test-offsite.yml
+++ b/.github/workflows/system-test-offsite.yml
@@ -85,6 +85,17 @@ jobs:
- name: chmod dummy_plugin
run: chmod +x /home/pi/tedge_dummy_plugin/tedge_dummy_plugin
+ - name: Configure Bridge
+ run: ./ci/configure_bridge.sh
+ env:
+ C8YPASS: ${{ secrets.SECRET_C8YPASS }}
+ C8YUSERNAME: ${{ secrets.SECRET_C8YUSERNAME }}
+ C8YTENANT: ${{secrets.SECRET_C8YTENANT}}
+ C8YDEVICE: ${{ secrets.SECRET_C8YDEVICE_OFFSITE_A }}
+ TEBASEDIR: /home/pi/actions-runner/_work/thin-edge.io/thin-edge.io/
+ EXAMPLEDIR: /home/pi/examples
+ C8YURL: https://thin-edge-io.eu-latest.cumulocity.com
+
- name: Run Smoke Test
run: ./ci/ci_smoke_test_c8y.sh
env: