Skip to content

Commit

Permalink
Fix smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
purkhusid committed Nov 14, 2024
1 parent b788437 commit b7a0671
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# Disable the build since we use the Bazel CI for it anyways. We were also hitting issues with
# the disks on the Github runner being too small for the build
# - name: Test
# run: bazel test //...
- name: Test
run: cd e2e/smoke && bazel test //...

- name: Build release artifacts and prepare release notes
run: |
Expand Down
2 changes: 1 addition & 1 deletion e2e/smoke/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local_path_override(
)

dotnet = use_extension("@rules_dotnet//dotnet:extensions.bzl", "dotnet")
dotnet.toolchain(dotnet_version = "7.0.101")
dotnet.toolchain(dotnet_version = "9.0.100")
use_repo(dotnet, "dotnet_toolchains")

register_toolchains("@dotnet_toolchains//:all")
Expand Down

0 comments on commit b7a0671

Please sign in to comment.