We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922aeb3 commit 686c0aeCopy full SHA for 686c0ae
.github/workflows/em.yaml
@@ -29,17 +29,19 @@ jobs:
29
- name: Start Docker Compose
30
run: docker compose up -d --build
31
32
- - uses: webfuzzing/evomaster-action@v0.1.1
+ - uses: webfuzzing/evomaster-action@v0.1.2
33
with:
34
args: >-
35
--writeWFCReport true
36
--blackBox true
37
--bbSwaggerUrl http://localhost:8080/v3/api-docs
38
+ --maxTime 20s
39
+ --showProgress false
40
failOnErrors: "true"
41
42
- name: Upload Generated Files
43
if: always()
- uses: actions/upload-artifact@v3
44
+ uses: actions/upload-artifact@v4
45
46
name: results
47
path: ./generated_tests
0 commit comments