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 194a32f commit c841439Copy full SHA for c841439
.circleci/config.yml
@@ -2,14 +2,6 @@ version: 2
2
jobs:
3
sample_integration_test:
4
working_directory: ~/dialogflow-java
5
- filters:
6
- branches:
7
- only:
8
- - master
9
- - circleci-config
10
- - dialogflow-ci-integration
11
- tags:
12
- only: /^v[\d.]+$/
13
docker:
14
- image: circleci/openjdk:8-jdk-browsers
15
steps:
@@ -26,8 +18,14 @@ jobs:
26
18
# Store test report
27
19
workflows:
28
20
version: 2
29
- sample_integration_test:
21
+ sample_build_integration_test:
30
22
31
- - sample_integration_test
32
-
33
23
+ - sample_integration_test:
24
+ filters:
25
+ branches:
+ only:
+ - master
+ - circleci-config
+ - dialogflow-ci-integration
+ tags:
+ only: /^v[\d.]+$/
0 commit comments