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