File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -114,38 +114,12 @@ jobs:
114
114
bazel test //...
115
115
bazel build //docs:api_html
116
116
bazel build //docs:guide_html
117
- # - name: Build & test - rules_haskell_nix
118
- # if: matrix.module == 'rules_haskell_nix'
119
- # uses: tweag/run-nix-shell@v0
120
- # with:
121
- # options: ${{ env.NIX_SHELL_ARGS }}
122
- # run: |
123
- # set -euo pipefail
124
- # cd rules_haskell_nix
125
- # bazel test //...
126
- # - name: Build & test - rules_haskell_tests
127
- # if: matrix.module == 'rules_haskell_tests'
128
- # uses: tweag/run-nix-shell@v0
129
- # with:
130
- # options: ${{ env.NIX_SHELL_ARGS }}
131
- # run: |
132
- # set -euo pipefail
133
- # cd rules_haskell_tests
134
- # # XXX run start script `--with-bzlmod=true` when supported
135
- # if ! ${{ matrix.bzlmod }}; then
136
- # ./tests/run-start-script.sh --use-nix --with-bzlmod=${{ matrix.bzlmod }}
137
- # fi
138
- # bazel build //tests:run-tests
139
- # ./bazel-ci-bin/tests/run-tests
140
- # bazel coverage //...
141
-
142
117
- name : Build & test - rules_haskell_nix
143
118
if : matrix.module == 'rules_haskell_nix'
144
119
uses : tweag/run-nix-shell@3e14d4b359cf27d18565087fefc5732635e76ae5 # cg/shell_flags
145
120
with :
146
121
options : ${{ env.NIX_SHELL_ARGS }}
147
122
working-directory : rules_haskell_nix
148
- verbose : true # TODO: Remove me
149
123
run : |
150
124
bazel test //...
151
125
- name : Build & test - rules_haskell_tests
You can’t perform that action at this time.
0 commit comments