Skip to content

Commit 0ae1c7c

Browse files
update CI
1 parent 6ed8a96 commit 0ae1c7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-run.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ jobs:
8585
run: sh ${{ env.WORKING_DIRECTORY }}/tools/external_test.sh ${{ env.WORKING_DIRECTORY }} ${{ inputs.CallerPackage }} ${{ inputs.CallerRepository }} ${{ inputs.CallerCommit }}
8686
- name: Test ${{ matrix.arch }}
8787
working-directory: ${{ env.WORKING_DIRECTORY }}
88-
run: cd os && (PATH=$PATH:~/.cargo/bin timeout 300 make ARCH=${{ matrix.arch }} run TEST=1 > output.log) || echo "qemu exited!"
88+
run: cd os && (PATH=$PATH:~/.cargo/bin timeout 300 make ARCH=${{ matrix.arch }} run TEST=1 2>&1 | tee output.log) || echo "qemu exited!"
8989
timeout-minutes: 6
9090
- name: check Testing output log
91+
working-directory: ${{ env.WORKING_DIRECTORY }}
9192
run: grep "Usertests passed!" os/output.log
9293

0 commit comments

Comments
 (0)