Skip to content

Commit

Permalink
Merge pull request #55 from intergral/fr_tests
Browse files Browse the repository at this point in the history
fix(build): update build to ensure agent is built for cf-tests
  • Loading branch information
Umaaz committed Sep 29, 2023
2 parents 960a192 + d4dc8d3 commit 0931cf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cf_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: 'maven'
- name: Build agent
run: make package-agent
- name: Run CF Tests
run: make cf-tests
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package:
mvn package -U -B -pl agent --also-make -DskipTests $(MVN_ARGS)

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

Expand Down

0 comments on commit 0931cf8

Please sign in to comment.