File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -100,17 +100,16 @@ jobs:
100
100
cp .bazelrc.local rules_haskell_nix
101
101
cp .bazelrc.local rules_haskell_tests
102
102
- name : Check Bazel version
103
- uses : tweag/run-nix-shell@v0
103
+ uses : tweag/run-nix-shell@3e14d4b359cf27d18565087fefc5732635e76ae5 # cg/shell_flags
104
104
with :
105
105
options : ${{ env.NIX_SHELL_ARGS }}
106
106
run : .ci/check-bazel-version
107
107
- name : Build & test - rules_haskell
108
108
if : matrix.module == 'rules_haskell'
109
- uses : tweag/run-nix-shell@v0
109
+ uses : tweag/run-nix-shell@3e14d4b359cf27d18565087fefc5732635e76ae5 # cg/shell_flags
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
@@ -120,8 +119,7 @@ jobs:
120
119
with :
121
120
options : ${{ env.NIX_SHELL_ARGS }}
122
121
working-directory : rules_haskell_nix
123
- run : |
124
- bazel test //...
122
+ run : bazel test //...
125
123
- name : Build & test - rules_haskell_tests
126
124
if : matrix.module == 'rules_haskell_tests'
127
125
uses : tweag/run-nix-shell@3e14d4b359cf27d18565087fefc5732635e76ae5 # cg/shell_flags
You can’t perform that action at this time.
0 commit comments