Skip to content

Commit 763d66f

Browse files
committed
v5
1 parent b1faef1 commit 763d66f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/em.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,18 @@ jobs:
2929
- name: Start Docker Compose
3030
run: docker compose up -d --build
3131

32-
- uses: webfuzzing/evomaster-action@v0.0.4
32+
- uses: webfuzzing/evomaster-action@v0.0.5
3333
with:
3434
args: --blackBox true \
35-
--bbSwaggerUrl http://host.docker.internal:8080/v3/api-docs
36-
output-dir: /results
35+
--bbSwaggerUrl http://localhost:8080/v3/api-docs
3736

3837
- name: Upload Generated Files
3938
uses: actions/upload-artifact@v3
4039
with:
4140
name: results
42-
path: /results
41+
path: ./generated_tests
4342

4443
- name: Stop Docker Compose
4544
if: always()
46-
run: docker-compose down
45+
run: docker compose down
4746

0 commit comments

Comments
 (0)