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