From 1ff6a9a2cfdc71ee893f54f0463c72b84d275034 Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Mon, 10 Jun 2024 20:59:28 -0400 Subject: [PATCH] Always create Briefcase log for testbed app for upload --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 929fc91893..5a330d4480 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -299,7 +299,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/upload-artifact@v4.3.3