From dfc5f2e79ea327f348c27d7c03b24260792eb858 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 13 Jul 2022 20:52:59 +0200 Subject: [PATCH] tests - export runner env --- .github/workflows/dev.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 6f9578ac1..bf7856cad 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -367,6 +367,8 @@ jobs: # Prepare tests - name: Install tests dependencies run: pip3 install -r ./tests/requirements.txt + - name: Set variables + run: cat /opt/.runner_env >> $GITHUB_ENV # Run tests - name: Run Docker tests