We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f2dbe commit 922aeb3Copy full SHA for 922aeb3
1 file changed
.github/workflows/em.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Start Docker Compose
30
run: docker compose up -d --build
31
32
- - uses: webfuzzing/evomaster-action@v0.1.0
+ - uses: webfuzzing/evomaster-action@v0.1.1
33
with:
34
args: >-
35
--writeWFCReport true
@@ -38,6 +38,7 @@ jobs:
38
failOnErrors: "true"
39
40
- name: Upload Generated Files
41
+ if: always()
42
uses: actions/upload-artifact@v3
43
44
name: results
0 commit comments