Skip to content

Commit be91a78

Browse files
Update Check Samples job to run in parallel
Issue gh-9846
1 parent ac8e912 commit be91a78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ jobs:
8080
./gradlew test --refresh-dependencies -PartifactoryUsername="$ARTIFACTORY_USERNAME" -PartifactoryPassword="$ARTIFACTORY_PASSWORD" -PforceMavenRepositories=snapshot -PspringVersion='5.+' -PreactorVersion='20+' -PspringDataVersion='Neumann-BUILD-SNAPSHOT' -PrsocketVersion=1.1.0-SNAPSHOT -PspringBootVersion=2.4.0-SNAPSHOT -PlocksDisabled --stacktrace
8181
check_samples:
8282
name: Check Samples project
83-
needs: [build_jdk_11]
83+
needs: [prerequisites]
8484
runs-on: ubuntu-latest
85+
if: needs.prerequisites.outputs.runjobs
8586
steps:
8687
- uses: actions/checkout@v2
8788
- name: Set up JDK

0 commit comments

Comments
 (0)