We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81317a6 commit 31e5561Copy full SHA for 31e5561
azure-pipelines.yml
@@ -3,21 +3,6 @@ jobs:
3
- job: azure_pipeline_tests
4
steps:
5
6
- # Run a minimal set of tests in normal Linux pipeline builds
7
- - task: Gradle@2
8
- condition: eq(variables['Agent.OS'], 'Linux')
9
- displayName: Build & test (Linux - minimal core)
10
- env:
11
- AWS_ACCESS_KEY_ID: $(aws.accessKeyId)
12
- AWS_SECRET_ACCESS_KEY: $(aws.secretAccessKey)
13
- inputs:
14
- gradleWrapperFile: 'gradlew'
15
- jdkVersionOption: '1.11'
16
- options: "--no-daemon --continue"
17
- tasks: "clean testcontainers:test --tests GenericContainerRuleTest"
18
- publishJUnitResults: true
19
- testResultsFiles: '**/TEST-*.xml'
20
-
21
# Run all core tests when running the Windows CI tests
22
- task: Gradle@2
23
condition: eq(variables['Agent.OS'], 'Windows_NT')
0 commit comments