Skip to content

Commit fc399bb

Browse files
committed
WIP
1 parent 48d8755 commit fc399bb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/check-release-builds.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Check release builds
22

3-
on: workflow_dispatch
3+
on:
4+
workflow_dispatch:
5+
push:
46

57
concurrency:
68
group: ${{ github.workflow }}-${{ github.ref }}
@@ -37,8 +39,8 @@ jobs:
3739
- name: 🗄️ Print Job info
3840
run: |
3941
echo 'matrix.os: ${{ matrix.os }}'
40-
echo 'matrix.ghc-version: ${{ matrix.ghc-version || env.DEFAULT_GHC_VERSION }}'
41-
echo 'matrix.cabal-version: ${{ matrix.os || env.DEFAULT_CABAL_VERSION }}'
42+
echo 'matrix.ghc-version: ${{ matrix.ghc-version }}'
43+
echo 'matrix.cabal-version: ${{ matrix.cabal-version }}'
4244
echo 'toJSON(matrix): ${{ toJSON(matrix) }}'
4345
4446
- name: 🛠️ Setup Haskell
@@ -56,7 +58,7 @@ jobs:
5658

5759
- name: 🛠️ Configure
5860
run: |
59-
touch "cabal.project.temp"
61+
echo "packages: ./blockio/blockio.cabal ./lsm-tree.cabal" "cabal.project.temp"
6062
cabal configure \
6163
--project-file="cabal.project.temp" \
6264
--disable-tests \

0 commit comments

Comments
 (0)