Skip to content

Commit

Permalink
CI: {caching, test, bench, flags}: ('' -> "")
Browse files Browse the repository at this point in the history
Tripped-over the syntax highlighting & the DHall work (which uses `''` for QuasiQuoting stuff)
  • Loading branch information
Anton-Latukha committed Dec 29, 2021
1 parent 9b199ed commit 3f0a641
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bench.yml
Expand Up @@ -89,11 +89,11 @@ jobs:
continue-on-error: true
run: |
cabal v2-freeze && \
echo '' && \
echo "" && \
echo 'Output:' && \
echo '' && \
echo "" && \
cat 'cabal.project.freeze' && \
echo '' || \
echo "" || \
echo 'WARNING: Could not produce the `freeze`.'
- name: Hackage sources cache
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/caching.yml
Expand Up @@ -146,11 +146,11 @@ jobs:
continue-on-error: true
run: |
cabal v2-freeze && \
echo '' && \
echo "" && \
echo 'Output:' && \
echo '' && \
echo "" && \
cat 'cabal.project.freeze' && \
echo '' || \
echo "" || \
echo 'WARNING: Could not produce the `freeze`.'
# 2021-12-02: NOTE: Cabal Hackage source tree storage does not depend on OS or GHC really,
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/flags.yml
Expand Up @@ -102,11 +102,11 @@ jobs:
continue-on-error: true
run: |
cabal v2-freeze && \
echo '' && \
echo "" && \
echo 'Output:' && \
echo '' && \
echo "" && \
cat 'cabal.project.freeze' && \
echo '' || \
echo "" || \
echo 'WARNING: Could not produce the `freeze`.'
- name: Hackage sources cache
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -150,11 +150,11 @@ jobs:
continue-on-error: true
run: |
cabal v2-freeze && \
echo '' && \
echo "" && \
echo 'Output:' && \
echo '' && \
echo "" && \
cat 'cabal.project.freeze' && \
echo '' || \
echo "" || \
echo 'WARNING: Could not produce the `freeze`.'
- name: Hackage sources cache
Expand Down

0 comments on commit 3f0a641

Please sign in to comment.