Skip to content

Commit d91212a

Browse files
committed
install EM
1 parent fb1be2e commit d91212a

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,21 @@ jobs:
1212
jdk_8_maven:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
1615
- name: Setup JDK
1716
uses: actions/setup-java@v1
1817
with:
1918
java-version: 1.8
20-
- name: Build with Maven
19+
- name: Checkout EvoMaster
20+
uses: actions/checkout@v4
21+
with:
22+
repository: WebFuzzing/EvoMaster
23+
path: evomaster
24+
token: ${{ secrets.GITHUB_TOKEN }}
25+
- name: Install EvoMaster
26+
run: mvn clean install -DskipTests
27+
working-directory: evomaster
28+
- name: Checkout EMB
29+
uses: actions/checkout@v4
30+
- name: Build EMB
2131
run: mvn clean install -DskipTests
2232
working-directory: jdk_8_maven

0 commit comments

Comments
 (0)