diff options
| author | Albin <albin@mullvad.net> | 2024-04-24 15:43:04 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-05-06 14:24:36 +0200 |
| commit | 39b8fc19e521fa9766574b796c944c595c90c667 (patch) | |
| tree | e8beb17ceac182ba089a8214bf13dd6ac1e20600 | |
| parent | c2f6334f89ff761ff8eeb01876fd54cf0ba2370b (diff) | |
| download | mullvadvpn-39b8fc19e521fa9766574b796c944c595c90c667.tar.xz mullvadvpn-39b8fc19e521fa9766574b796c944c595c90c667.zip | |
Fix e2e report dir
| -rw-r--r-- | .github/workflows/android-app.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index eee7ebfa5e..576dbfdddf 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -465,7 +465,7 @@ jobs: - name: Prepare report dir id: prepare-report-dir env: - INNER_REPORT_DIR: /tmp/${{ matrix.test-type }}-${{ github.run_id }}-${{ github.run_attempt }} + INNER_REPORT_DIR: /tmp/${{ github.run_id }}-${{ github.run_attempt }} run: | mkdir -p $INNER_REPORT_DIR echo "report_dir=$INNER_REPORT_DIR" >> $GITHUB_OUTPUT |
