Skip to content

Commit

Permalink
Merge branch 'fix-android-e2e-report-dir'
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed May 6, 2024
2 parents c2f6334 + 39b8fc1 commit c235dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c235dfc

Please sign in to comment.