Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsartem committed Oct 17, 2024
1 parent 0e43e36 commit 4da1f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
case ${{ inputs.nox-image }} in
# if nox image is not passed from e2e read from versions.json
'null')
nox="$(jq .nox cli/cli/versions.json -r)"
nox="$(jq .nox packages/cli/cli/src/versions.json -r)"
;;
# else set nox image to snapshot passed from e2e
*)
Expand Down

0 comments on commit 4da1f9c

Please sign in to comment.