File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ jobs:
110
110
with :
111
111
options : ${{ env.NIX_SHELL_ARGS }}
112
112
run : |
113
- set -euo pipefail
114
113
bazel test //...
115
114
bazel build //docs:api_html
116
115
bazel build //docs:guide_html
@@ -119,18 +118,15 @@ jobs:
119
118
uses : tweag/run-nix-shell@v0
120
119
with :
121
120
options : ${{ env.NIX_SHELL_ARGS }}
122
- run : |
123
- set -euo pipefail
124
- cd rules_haskell_nix
125
- bazel test //...
121
+ working-directory : rules_haskell_nix
122
+ run : bazel test //...
126
123
- name : Build & test - rules_haskell_tests
127
124
if : matrix.module == 'rules_haskell_tests'
128
125
uses : tweag/run-nix-shell@v0
129
126
with :
130
127
options : ${{ env.NIX_SHELL_ARGS }}
128
+ working-directory : rules_haskell_tests
131
129
run : |
132
- set -euo pipefail
133
- cd rules_haskell_tests
134
130
# XXX run start script `--with-bzlmod=true` when supported
135
131
if ! ${{ matrix.bzlmod }}; then
136
132
./tests/run-start-script.sh --use-nix --with-bzlmod=${{ matrix.bzlmod }}
You can’t perform that action at this time.
0 commit comments