Skip to content

Commit 48f2dbe

Browse files
committed
updated action
1 parent 71883bc commit 48f2dbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/em.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ jobs:
2929
- name: Start Docker Compose
3030
run: docker compose up -d --build
3131

32-
- uses: webfuzzing/evomaster-action@v0.0.5
32+
- uses: webfuzzing/evomaster-action@v0.1.0
3333
with:
3434
args: >-
35+
--writeWFCReport true
3536
--blackBox true
3637
--bbSwaggerUrl http://localhost:8080/v3/api-docs
38+
failOnErrors: "true"
3739

3840
- name: Upload Generated Files
3941
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)