We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71cfef7 commit 1fa3cc8Copy full SHA for 1fa3cc8
.github/workflows/cf_tests.yml
@@ -14,5 +14,7 @@ jobs:
14
java-version: '11'
15
distribution: 'temurin'
16
cache: 'maven'
17
+ - name: Build agent
18
+ run: mvn package -U -B -pl agent --also-make -DskipTests
19
- name: Run CF Tests
- run: mvn clean verify -U -B -P cf-it-tests -pl it-tests/cf-tests --also-make
20
+ run: mvn verify -U -B -P cf-it-tests -pl it-tests/cf-tests --also-make
0 commit comments