Skip to content

Commit

Permalink
name CI jobs (does interpolation work here?)
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Nov 28, 2024
1 parent 8c93c63 commit 3281860
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ matrix:
workdir: [".", "rules_haskell_tests"]

tasks:
ubuntu1804:
workspace:
name: "${{ workdir }} - workspace (${{ bazel }})"
bazel: ${{ bazel }}
working_directory: ${{ workdir }}
platform: "ubuntu2004"
Expand Down Expand Up @@ -36,7 +37,8 @@ tasks:
test_targets:
- "//tests/..."

ubuntu1804bzlmod:
bzlmod:
name: "${{ workdir }} - bzlmod (${{ bazel }})"
bazel: ${{ bazel }}
working_directory: ${{ workdir }}
platform: "ubuntu2004"
Expand Down

0 comments on commit 3281860

Please sign in to comment.