Skip to content

Commit 1fa3cc8

Browse files
committed
fix(tests): fix cf it tests
1 parent 71cfef7 commit 1fa3cc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cf_tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ jobs:
1414
java-version: '11'
1515
distribution: 'temurin'
1616
cache: 'maven'
17+
- name: Build agent
18+
run: mvn package -U -B -pl agent --also-make -DskipTests
1719
- name: Run CF Tests
18-
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

Comments
 (0)