Skip to content

Commit

Permalink
CI: Show all logs
Browse files Browse the repository at this point in the history
For debugging purposes.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
  • Loading branch information
pevik committed Jul 20, 2021
1 parent 10b854c commit dc5a7b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,17 @@ jobs:
- name: Compile
run: ./build.sh build

- name: Show build log
run: ./build.sh build-log

- name: Install
run: ./build.sh install

- name: Show install log
run: ./build.sh install-log

- name: Run tests
run: if [ ! "$SKIP_TESTS" ]; then ./build.sh test; else echo "tests skipped"; fi

- name: Show test log
run: ./build.sh test-log

0 comments on commit dc5a7b6

Please sign in to comment.