Skip to content

Commit 5868ec8

Browse files
committed
Build the check-release script in CI
1 parent d7fa7b2 commit 5868ec8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ jobs:
108108
--project-file="${{ matrix.cabal-project-file || env.DEFAULT_CABAL_PROJECT_FILE }}" \
109109
--only-dependencies
110110
111+
cabal --only-dependencies ./scripts/check-release
112+
111113
- name: 💾 Save Cabal dependencies
112114
uses: actions/cache/save@v4
113115
if: ${{ !env.ACT && steps.cache-cabal.outputs.cache-hit != 'true' }}
@@ -121,6 +123,8 @@ jobs:
121123
cabal build all \
122124
--project-file="${{ matrix.cabal-project-file || env.DEFAULT_CABAL_PROJECT_FILE }}"
123125
126+
cabal build ./scripts/check-release
127+
124128
- name: 🧪 Test
125129
if: ${{ !matrix.cabal-skip-tests }}
126130
run: |

0 commit comments

Comments
 (0)