Skip to content

Commit 258ed91

Browse files
committed
CI: {caching,test,bench}: freeze: output result into log
1 parent 2e65651 commit 258ed91

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/bench.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
continue-on-error: true
7979
run: |
8080
cabal v2-freeze
81+
echo ''
82+
echo 'Output:'
83+
echo ''
84+
cat 'cabal.project.freeze'
8185
8286
- name: Hackage sources cache
8387
uses: actions/cache@v2

.github/workflows/caching.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ jobs:
129129
continue-on-error: true
130130
run: |
131131
cabal v2-freeze
132+
echo ''
133+
echo 'Output:'
134+
echo ''
135+
cat 'cabal.project.freeze'
132136
133137
# 2021-12-02: NOTE: Cabal Hackage source tree storage does not depend on OS or GHC really,
134138
# but can depend on `base`.

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ jobs:
127127
continue-on-error: true
128128
run: |
129129
cabal v2-freeze
130+
echo ''
131+
echo 'Output:'
132+
echo ''
133+
cat 'cabal.project.freeze'
130134
131135
- name: Hackage sources cache
132136
uses: actions/cache@v2

0 commit comments

Comments
 (0)