1
+ # TODO: Fix the version for tweag/run-nix-shell
1
2
name : Continuous integration
2
3
on :
3
4
push :
@@ -98,13 +99,13 @@ jobs:
98
99
cp .bazelrc.local rules_haskell_nix
99
100
cp .bazelrc.local rules_haskell_tests
100
101
- name : Check Bazel version
101
- uses : tweag/run-nix-shell@v0
102
+ uses : tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
102
103
with :
103
104
options : ${{ env.NIX_SHELL_ARGS }}
104
105
run : .ci/check-bazel-version
105
106
- name : Build & test - rules_haskell
106
107
if : matrix.module == 'rules_haskell'
107
- uses : tweag/run-nix-shell@v0
108
+ uses : tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
108
109
with :
109
110
options : ${{ env.NIX_SHELL_ARGS }}
110
111
run : |
@@ -114,7 +115,7 @@ jobs:
114
115
bazel build //docs:guide_html
115
116
- name : Build & test - rules_haskell_nix
116
117
if : matrix.module == 'rules_haskell_nix'
117
- uses : tweag/run-nix-shell@v0
118
+ uses : tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
118
119
with :
119
120
options : ${{ env.NIX_SHELL_ARGS }}
120
121
working-directory : rules_haskell_nix
@@ -123,7 +124,7 @@ jobs:
123
124
bazel test //...
124
125
- name : Build & test - rules_haskell_tests
125
126
if : matrix.module == 'rules_haskell_tests'
126
- uses : tweag/run-nix-shell@v0
127
+ uses : tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
127
128
with :
128
129
options : ${{ env.NIX_SHELL_ARGS }}
129
130
working-directory : rules_haskell_tests
0 commit comments