Skip to content

Commit

Permalink
Change workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwoj-microsoft committed Nov 15, 2024
1 parent 1bdea1c commit 6ba065c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzzing-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: ./.github/actions/container-exec
with:
container: ${{ steps.container.outputs.id }}
working-directory: ${{ env.MOUNT }}/build/tests/fuzzer
working-directory: ${{ env.MOUNT }}/tests/fuzzer
cmd: ./osconfig-fuzzer -max_total_time=${{ inputs.timeout-seconds }} ${{ env.MOUNT }}/src/tests/fuzzer/seed_corpus/*

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6ba065c

Please sign in to comment.