diff options
| author | Kalle Lindström <karl.lindstrom@mullvad.net> | 2025-02-04 11:05:51 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-02-04 14:22:57 +0100 |
| commit | f390b31c0107ee7aece5fe5e27a79ba689b9b564 (patch) | |
| tree | 5b815665ac825084e355df20a3a9f5d0bc80dc1c /.github/workflows/testframework.yml | |
| parent | ac5ff328db4f9ec49373bd68de468d530a952713 (diff) | |
| download | mullvadvpn-f390b31c0107ee7aece5fe5e27a79ba689b9b564.tar.xz mullvadvpn-f390b31c0107ee7aece5fe5e27a79ba689b9b564.zip | |
Change run commands to single line
Diffstat (limited to '.github/workflows/testframework.yml')
| -rw-r--r-- | .github/workflows/testframework.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/testframework.yml b/.github/workflows/testframework.yml index 4bfefb5a65..630152cb02 100644 --- a/.github/workflows/testframework.yml +++ b/.github/workflows/testframework.yml @@ -42,8 +42,7 @@ jobs: - name: Use default container image and resolve digest if: ${{ github.event.inputs.override_container_image == '' }} - run: | - echo "inner_container_image=$(cat ./building/linux-container-image.txt)" >> $GITHUB_ENV + run: echo "inner_container_image=$(cat ./building/linux-container-image.txt)" >> $GITHUB_ENV outputs: container_image: ${{ env.inner_container_image }} |
