Skip to content

Commit c8b9356

Browse files
committed
Clean up
1 parent 95feb1a commit c8b9356

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/workflow.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,6 @@ jobs:
107107
run: .ci/check-bazel-version
108108
- name: Build & test - rules_haskell
109109
if: matrix.module == 'rules_haskell'
110-
# run: |
111-
# nix-shell --arg docTools false --argstr ghcVersion ${{ matrix.ghc }} --pure --run '
112-
# set -euo pipefail
113-
# bazel test //...
114-
# bazel build //docs:api_html
115-
# bazel build //docs:guide_html
116-
# '
117110
uses: tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
118111
with:
119112
options: ${{ env.NIX_SHELL_ARGS }}
@@ -124,12 +117,6 @@ jobs:
124117
bazel build //docs:guide_html
125118
- name: Build & test - rules_haskell_nix
126119
if: matrix.module == 'rules_haskell_nix'
127-
# run: |
128-
# nix-shell --arg docTools false --argstr ghcVersion ${{ matrix.ghc }} --pure --run '
129-
# set -euo pipefail
130-
# cd rules_haskell_nix
131-
# bazel test //...
132-
# '
133120
uses: tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
134121
with:
135122
options: ${{ env.NIX_SHELL_ARGS }}
@@ -139,18 +126,6 @@ jobs:
139126
bazel test //...
140127
- name: Build & test - rules_haskell_tests
141128
if: matrix.module == 'rules_haskell_tests'
142-
# run: |
143-
# nix-shell --arg docTools false --argstr ghcVersion ${{ matrix.ghc }} --pure --run '
144-
# set -euo pipefail
145-
# cd rules_haskell_tests
146-
# # XXX run start script `--with-bzlmod=true` when supported
147-
# if ! ${{ matrix.bzlmod }}; then
148-
# ./tests/run-start-script.sh --use-nix --with-bzlmod=${{ matrix.bzlmod }}
149-
# fi
150-
# bazel build //tests:run-tests
151-
# ./bazel-ci-bin/tests/run-tests
152-
# bazel coverage //...
153-
# '
154129
uses: tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
155130
with:
156131
options: ${{ env.NIX_SHELL_ARGS }}

0 commit comments

Comments
 (0)