Skip to content

Commit

Permalink
Merge pull request #2635 from rmartin16/testbed-app-log
Browse files Browse the repository at this point in the history
Always create Briefcase log for testbed app for upload
  • Loading branch information
freakboy3742 authored Jun 11, 2024
2 parents a957c3f + e4e2304 commit ae2d60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
timeout-minutes: 15
run: |
${{ matrix.briefcase-run-prefix }} \
briefcase run ${{ matrix.platform }} --test ${{ matrix.briefcase-run-args }}
briefcase run ${{ matrix.platform }} --log --test ${{ matrix.briefcase-run-args }}
- name: Upload Logs
uses: actions/[email protected]
Expand Down
1 change: 1 addition & 0 deletions changes/2635.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The testbed app always creates a Briefcase logfile in CI now.

0 comments on commit ae2d60d

Please sign in to comment.