Skip to content

Commit 2aac3b2

Browse files
committed
Use updated version for rest of actions
1 parent ca433c3 commit 2aac3b2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/workflow.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,16 @@ jobs:
100100
cp .bazelrc.local rules_haskell_nix
101101
cp .bazelrc.local rules_haskell_tests
102102
- name: Check Bazel version
103-
uses: tweag/run-nix-shell@v0
103+
uses: tweag/run-nix-shell@3e14d4b359cf27d18565087fefc5732635e76ae5 # cg/shell_flags
104104
with:
105105
options: ${{ env.NIX_SHELL_ARGS }}
106106
run: .ci/check-bazel-version
107107
- name: Build & test - rules_haskell
108108
if: matrix.module == 'rules_haskell'
109-
uses: tweag/run-nix-shell@v0
109+
uses: tweag/run-nix-shell@3e14d4b359cf27d18565087fefc5732635e76ae5 # cg/shell_flags
110110
with:
111111
options: ${{ env.NIX_SHELL_ARGS }}
112112
run: |
113-
set -euo pipefail
114113
bazel test //...
115114
bazel build //docs:api_html
116115
bazel build //docs:guide_html
@@ -120,8 +119,7 @@ jobs:
120119
with:
121120
options: ${{ env.NIX_SHELL_ARGS }}
122121
working-directory: rules_haskell_nix
123-
run: |
124-
bazel test //...
122+
run: bazel test //...
125123
- name: Build & test - rules_haskell_tests
126124
if: matrix.module == 'rules_haskell_tests'
127125
uses: tweag/run-nix-shell@3e14d4b359cf27d18565087fefc5732635e76ae5 # cg/shell_flags

0 commit comments

Comments
 (0)