Skip to content

Commit

Permalink
test(e2e): add missing working directory
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Villanueva <[email protected]>
  • Loading branch information
danivilla9 committed Dec 11, 2024
1 parent 259cd14 commit c4e214f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ jobs:

- name: Adjust/Downgrade local podman desktop version Windows
if: matrix.os == 'windows-2022'
working-directory: ./crc-extension
run: |
$version="1.0.0"
jq --arg version "$version" '.version = $version' package.json | Out-File -FilePath package.json_tmp
Expand Down

0 comments on commit c4e214f

Please sign in to comment.