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.
1 parent efaf3bf commit 2a193c2Copy full SHA for 2a193c2
.github/workflows/ci.yaml
@@ -50,9 +50,12 @@ jobs:
50
repository: WebFuzzing/EvoMaster
51
path: evomaster
52
token: ${{ secrets.GITHUB_TOKEN }}
53
- - name: Install EvoMaster
54
- run: mvn clean install -DskipTests
+ - name: Install EvoMaster root pom.xml
+ run: mvn -N clean install -DskipTests
55
working-directory: evomaster
56
+ - name: Install EvoMaster client-java
57
+ run: mvn clean install -DskipTests
58
+ working-directory: evomaster/client-java
59
- name: Setup JDK for EMB
60
uses: actions/setup-java@v1
61
with:
0 commit comments