[CI] Skip samples during test target [skip ci]
This commit sets the sample tests to not run as part of the regular 'test' task. We only want the sample tests to run during the "check-samples" step.
This commit is contained in:
1
.github/workflows/check-samples.yml
vendored
1
.github/workflows/check-samples.yml
vendored
@@ -57,4 +57,5 @@ jobs:
|
||||
-PlocalRepositoryPath="$LOCAL_REPOSITORY_PATH" \
|
||||
-PspringPulsarVersion="$VERSION" \
|
||||
-PspringBootVersion="$BOOT_VERSION" \
|
||||
-PsampleTests \
|
||||
:runAllSampleTests
|
||||
|
||||
1
.github/workflows/ci-pr.yml
vendored
1
.github/workflows/ci-pr.yml
vendored
@@ -98,6 +98,7 @@ jobs:
|
||||
-PlocalRepositoryPath="$LOCAL_REPOSITORY_PATH" \
|
||||
-PspringPulsarVersion="$VERSION" \
|
||||
-PspringBootVersion="$BOOT_VERSION" \
|
||||
-PsampleTests \
|
||||
:runAllSampleTests
|
||||
scan:
|
||||
needs: [prerequisites]
|
||||
|
||||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -89,6 +89,7 @@ jobs:
|
||||
-PlocalRepositoryPath="$LOCAL_REPOSITORY_PATH" \
|
||||
-PspringPulsarVersion="$VERSION" \
|
||||
-PspringBootVersion="$BOOT_VERSION" \
|
||||
-PsampleTests \
|
||||
:runAllSampleTests
|
||||
scan:
|
||||
needs: [prerequisites]
|
||||
|
||||
Reference in New Issue
Block a user