Skip to content

Commit 5f16687

Browse files
Name build step in ubuntu job
1 parent 55cc8ab commit 5f16687

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ jobs:
2727
key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}-${{ github.run_id }}-${{ github.run_attempt }}
2828
restore-keys: |
2929
repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}-
30-
- run: |
30+
- name: run gazelle_cabal
31+
run: |
3132
nix-shell --pure --run "bazel run $BAZEL_ARGS //:gazelle"
33+
- name: Build and test
34+
run: |
3235
nix-shell --pure --run "bazel test --test_output=all //... $BAZEL_ARGS"
3336
- uses: actions/cache/save@v4
3437
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)