fix: exclude bazeliskrc from smoke test (#654)
This commit is contained in:
parent
01ca8f9432
commit
e233a808c1
|
@ -6,7 +6,5 @@ bcr_test_module:
|
||||||
run_tests:
|
run_tests:
|
||||||
name: "Run test module"
|
name: "Run test module"
|
||||||
platform: ${{ platform }}
|
platform: ${{ platform }}
|
||||||
environment:
|
|
||||||
BAZELISK_BASE_URL: "https://github.com/bazelbuild/bazel/releases/download/"
|
|
||||||
test_targets:
|
test_targets:
|
||||||
- "//..."
|
- "//..."
|
||||||
|
|
|
@ -8,5 +8,10 @@ docs/*.md linguist-generated=true
|
||||||
# Omit folders that users don't need, making the distribution artifact smaller
|
# Omit folders that users don't need, making the distribution artifact smaller
|
||||||
lib/tests export-ignore
|
lib/tests export-ignore
|
||||||
|
|
||||||
|
# Omit the .bazeliskrc file for the smoke test that runs on the Bazel Central
|
||||||
|
# Regsitry ci because we test on Windows but do not publish Aspect CLI Windows
|
||||||
|
# binaries.
|
||||||
|
e2e/smoke/.bazeliskrc export-ignore
|
||||||
|
|
||||||
# Substitution for the _VERSION_PRIVATE placeholder
|
# Substitution for the _VERSION_PRIVATE placeholder
|
||||||
tools/version.bzl export-subst
|
tools/version.bzl export-subst
|
||||||
|
|
Loading…
Reference in New Issue