Skip to content

Commit 95c8a3d

Browse files
committed
Add action-tmate
1 parent 4b0dbdd commit 95c8a3d

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

.github/workflows/workflow.yaml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,19 @@ jobs:
4848
# module: [rules_haskell, rules_haskell_nix, rules_haskell_tests]
4949
# DEBUG BEGIN
5050
os: [macos-latest]
51-
# DEBUG END
5251
module: [rules_haskell_tests]
53-
bzlmod: [true, false]
52+
# DEBUG END
53+
# TODO(chuck): FIX ME!
54+
# bzlmod: [true, false]
55+
# ghc:
56+
# - 9.2.8
57+
# - 9.4.6
58+
# - 9.6.2
59+
# DEBUG BEGIN
60+
bzlmod: [true]
5461
ghc:
5562
- 9.2.8
56-
- 9.4.6
57-
- 9.6.2
63+
# DEBUG END
5864
exclude:
5965
- module: rules_haskell_nix
6066

@@ -104,6 +110,10 @@ jobs:
104110
EOF
105111
cp .bazelrc.local rules_haskell_nix
106112
cp .bazelrc.local rules_haskell_tests
113+
# DEBUG BEGIN
114+
- name: Setup tmate session
115+
uses: mxschmitt/action-tmate@v3
116+
# DEBUG END
107117
- name: Build & test - rules_haskell
108118
if: matrix.module == 'rules_haskell'
109119
uses: tweag/run-nix-shell@v0
@@ -144,8 +154,8 @@ jobs:
144154
# top -l 1 -s 0 -o mem >&2
145155
# echo >&2 "run-tests"
146156
# # DEBUG END
147-
# ./bazel-ci-bin/tests/run-tests
148-
./bazel-ci-bin/tests/run-tests || true
157+
./bazel-ci-bin/tests/run-tests
158+
# ./bazel-ci-bin/tests/run-tests || true
149159
# # DEBUG BEGIN
150160
# echo >&2 "CHUCK AFTER"
151161
# # top -l 1 -s 0 -o mem | head -n 25 >&2

0 commit comments

Comments
 (0)