Skip to content

Commit 922aeb3

Browse files
committed
fixed action
1 parent 48f2dbe commit 922aeb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/em.yaml

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

32-
- uses: webfuzzing/evomaster-action@v0.1.0
32+
- uses: webfuzzing/evomaster-action@v0.1.1
3333
with:
3434
args: >-
3535
--writeWFCReport true
@@ -38,6 +38,7 @@ jobs:
3838
failOnErrors: "true"
3939

4040
- name: Upload Generated Files
41+
if: always()
4142
uses: actions/upload-artifact@v3
4243
with:
4344
name: results

0 commit comments

Comments
 (0)