Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jopelima authored Oct 4, 2023
1 parent d266b7e commit cdae8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: command
run: sudo ./linux-build-artifacts/linux root=/dev/root rootflags="$(pwd)"/debootstrap rootfstype=hostfs devtmpfs.mount=0 || true
run: sudo ./linux-build-artifacts/linux root=/dev/root rootflags="$(pwd)"/debootstrap rootfstype=hostfs devtmpfs.mount=0 > test.out || true
- name: test
run: echo "test"
run: cat test.out

0 comments on commit cdae8d2

Please sign in to comment.