Skip to content

Commit

Permalink
Fail with make check output
Browse files Browse the repository at this point in the history
  • Loading branch information
rodarima committed Dec 30, 2023
1 parent ebf7dd1 commit 213576a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ jobs:
mkdir -p ~/.dillo/
cp ../install/etc/dillo/* ~/.dillo/
export DILLOBIN=$(readlink -f ../install/bin/dillo)
make check || true
cat test/html/test-suite.log || true
find test/html -type p -delete || true
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: upload-html-test-results
path: |
build/test/html
make check || (cat test/html/test-suite.log; false)
# - name: Remove pipes
# run: find test/html -type p -delete || true
# - name: Archive production artifacts
# uses: actions/upload-artifact@v3
# with:
# name: upload-html-test-results
# path: |
# build/test/html

0 comments on commit 213576a

Please sign in to comment.