Skip to content

Commit

Permalink
fix location of cpanm build.log
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Feb 11, 2023
1 parent 8383658 commit f3d813d
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 @@ -37,7 +37,7 @@ jobs:
run: |
set -e
sudo apt-get install -qq --no-install-recommends cpanminus xvfb perl-tk libxml-parser-perl $([ "$WINDOW_MANAGER" = "kwin" ] && echo -n "kwin-x11" || echo -n $WINDOW_MANAGER)
cpanm --sudo --quiet --installdeps --notest . || ( cat /github/home/.cpanm/work/*/build.log; false )
cpanm --sudo --quiet --installdeps --notest . || ( cat ~/.cpanm/work/*/build.log; false )
- name: Configure, Build and Test
env:
HARNESS_TIMER: 1
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: "build and test"
run: |
apt-get update -qq && apt-get install -qq --no-install-recommends cpanminus xvfb libx11-dev libfreetype6-dev libxft-dev libpng-dev libz-dev libjpeg-dev twm
cpanm --quiet --installdeps --notest . || ( cat /github/home/.cpanm/work/*/build.log; false )
cpanm --quiet --installdeps --notest . || ( cat ~/.cpanm/work/*/build.log; false )
Xvfb :123 &
export DISPLAY=:123
(sleep 10; twm) &
Expand Down

0 comments on commit f3d813d

Please sign in to comment.