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.
2 parents 960a192 + d4dc8d3 commit 0931cf8Copy full SHA for 0931cf8
.github/workflows/cf_tests.yml
@@ -14,7 +14,5 @@ jobs:
14
java-version: '11'
15
distribution: 'temurin'
16
cache: 'maven'
17
- - name: Build agent
18
- run: make package-agent
19
- name: Run CF Tests
20
run: make cf-tests
Makefile
@@ -21,7 +21,7 @@ package:
21
mvn package -U -B -pl agent --also-make -DskipTests $(MVN_ARGS)
22
23
.PHONY: cf-tests
24
-cf-tests:
+cf-tests: package
25
mvn verify -U -B -P cf-it-tests -pl it-tests/cf-tests --also-make $(MVN_ARGS)
26
# This file just contains shortcuts for dev, as there are a lot of options for different builds
27
0 commit comments