File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111
12- projects :
12+ docker-build :
13+ # this one doesn't use EvoMaster drivers
14+ runs-on : ubuntu-latest
15+ steps :
16+ - name : Checkout WFD
17+ uses : actions/checkout@v6
18+ - name : Build All With Docker
19+ run : python scripts/dist-docker.py
20+
21+ direct-builds :
22+ needs : docker-build
1323 runs-on : ${{ matrix.os }}
1424 strategy :
1525 matrix :
@@ -58,13 +68,13 @@ jobs:
5868 - name : Install EvoMaster client-java
5969 run : mvn clean install -DskipTests
6070 working-directory : evomaster/client-java
61- - name : Setup JDK for EMB
71+ - name : Setup JDK for WFD
6272 uses : actions/setup-java@v5
6373 with :
6474 java-version : ${{ matrix.jdk-version }}
6575 distribution : ' zulu'
66- - name : Checkout EMB
76+ - name : Checkout WFD
6777 uses : actions/checkout@v6
68- - name : Build EMB
78+ - name : Build WFD
6979 run : ${{ matrix.command }}
7080 working-directory : ${{ matrix.folder }}
You can’t perform that action at this time.
0 commit comments