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 16e2162 commit f2feb4dCopy full SHA for f2feb4d
.github/workflows/pr.yml
@@ -51,6 +51,7 @@ jobs:
51
minikube version: 'v1.26.0'
52
kubernetes version: ${{ matrix.kubernetes }}
53
driver: 'docker'
54
+ github token: ${{ secrets.GITHUB_TOKEN }}
55
- name: Run integration tests
56
run: ./mvnw ${MAVEN_ARGS} -B package -P no-unit-tests --file pom.xml
57
- name: Adjust Minikube Min Request Timeout Setting
@@ -60,5 +61,6 @@ jobs:
60
61
62
63
start args: '--extra-config=apiserver.min-request-timeout=3'
64
65
- name: Run Special Integration Tests
66
run: ./mvnw ${MAVEN_ARGS} -B package -P minimal-watch-timeout-dependent-it --file pom.xml
0 commit comments