Skip to content

Commit 23818e9

Browse files
fix
1 parent f6cee8e commit 23818e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/medusa.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
medusa fuzz --compilation-target ${{ matrix.files }} --target-contracts ${{ matrix.contract }} --no-color > ${{ matrix.files }}.out || true
175175
176176
- name: Verify that the output is correct
177+
working-directory: ${{ matrix.workdir }}
177178
run: |
178179
if grep -q "${{ matrix.expected }}" "${{ matrix.files }}.out"; then
179180
echo "Output matches"

0 commit comments

Comments
 (0)