Skip to content

Commit 0931cf8

Browse files
authored
Merge pull request #55 from intergral/fr_tests
fix(build): update build to ensure agent is built for cf-tests
2 parents 960a192 + d4dc8d3 commit 0931cf8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/cf_tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ jobs:
1414
java-version: '11'
1515
distribution: 'temurin'
1616
cache: 'maven'
17-
- name: Build agent
18-
run: make package-agent
1917
- name: Run CF Tests
2018
run: make cf-tests

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ package:
2121
mvn package -U -B -pl agent --also-make -DskipTests $(MVN_ARGS)
2222

2323
.PHONY: cf-tests
24-
cf-tests:
24+
cf-tests: package
2525
mvn verify -U -B -P cf-it-tests -pl it-tests/cf-tests --also-make $(MVN_ARGS)
2626
# This file just contains shortcuts for dev, as there are a lot of options for different builds
2727

0 commit comments

Comments
 (0)