dev: ci: show stack build plans for deps

This commit is contained in:
Simon Michael 2022-08-17 11:50:10 +01:00
parent 3637a247d5
commit 07cb4ca58c
3 changed files with 3 additions and 0 deletions

View File

@ -128,6 +128,7 @@ jobs:
env:
stack: ${{ matrix.plan.stack }}
run: |
$stack build --test --only-dependencies --dry-run
$stack build --test --only-dependencies
if: env.CONTINUE

View File

@ -144,6 +144,7 @@ jobs:
- name: Install haskell deps
run: |
./stack --no-terminal build --only-dependencies --dry-run
./stack --no-terminal build --only-dependencies
if: env.CONTINUE

View File

@ -215,6 +215,7 @@ jobs:
env:
stack: ${{ matrix.plan.stack }}
run: |
$stack build --test --bench --only-dependencies --dry-run
$stack build --test --bench --only-dependencies
if: env.CONTINUE