diff options
| author | Albin <albin@mullvad.net> | 2024-05-06 14:29:05 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-05-06 14:29:05 +0200 |
| commit | c235dfc50b22e36bcb1e4228d0e9220c0b130663 (patch) | |
| tree | e8beb17ceac182ba089a8214bf13dd6ac1e20600 | |
| parent | c2f6334f89ff761ff8eeb01876fd54cf0ba2370b (diff) | |
| parent | 39b8fc19e521fa9766574b796c944c595c90c667 (diff) | |
| download | mullvadvpn-c235dfc50b22e36bcb1e4228d0e9220c0b130663.tar.xz mullvadvpn-c235dfc50b22e36bcb1e4228d0e9220c0b130663.zip | |
Merge branch 'fix-android-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 |
