Skip to content

Commit 686c0ae

Browse files
committed
updated action
1 parent 922aeb3 commit 686c0ae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/em.yaml

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

32-
- uses: webfuzzing/evomaster-action@v0.1.1
32+
- uses: webfuzzing/evomaster-action@v0.1.2
3333
with:
3434
args: >-
3535
--writeWFCReport true
3636
--blackBox true
3737
--bbSwaggerUrl http://localhost:8080/v3/api-docs
38+
--maxTime 20s
39+
--showProgress false
3840
failOnErrors: "true"
3941

4042
- name: Upload Generated Files
4143
if: always()
42-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4345
with:
4446
name: results
4547
path: ./generated_tests

0 commit comments

Comments
 (0)