Skip to content

Commit a3504a5

Browse files
committed
CI: {caching, test, bench, flags}: fx freeze phase
1 parent 01959d5 commit a3504a5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
echo '' && \
9595
cat 'cabal.project.freeze' && \
9696
echo '' || \
97-
echo 'WARNING: Could not produce the `freeze`.
97+
echo 'WARNING: Could not produce the `freeze`.'
9898
9999
- name: Hackage sources cache
100100
uses: actions/cache@v2

.github/workflows/caching.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
echo '' && \
152152
cat 'cabal.project.freeze' && \
153153
echo '' || \
154-
echo 'WARNING: Could not produce the `freeze`.
154+
echo 'WARNING: Could not produce the `freeze`.'
155155
156156
# 2021-12-02: NOTE: Cabal Hackage source tree storage does not depend on OS or GHC really,
157157
# but can depend on `base`.

.github/workflows/flags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
echo '' && \
108108
cat 'cabal.project.freeze' && \
109109
echo '' || \
110-
echo 'WARNING: Could not produce the `freeze`.
110+
echo 'WARNING: Could not produce the `freeze`.'
111111
112112
- name: Hackage sources cache
113113
uses: actions/cache@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
echo '' && \
156156
cat 'cabal.project.freeze' && \
157157
echo '' || \
158-
echo 'WARNING: Could not produce the `freeze`.
158+
echo 'WARNING: Could not produce the `freeze`.'
159159
160160
- name: Hackage sources cache
161161
uses: actions/cache@v2

0 commit comments

Comments
 (0)