Skip to content

Commit

Permalink
Merge pull request #5644 from gooddata/pb-record
Browse files Browse the repository at this point in the history
fix: correct script call after PUSHD in previous step
  • Loading branch information
pbenes authored Dec 2, 2024
2 parents ee4f7a7 + 4b7fd76 commit 0ba2181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/scripts/ci/run_cypress_recording.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ echo "⭐️ 7/8 delete reference workspace on the host"
if [[ $RUN_ON_GH != "true" ]]; then
$_RUSHX libs/sdk-ui-tests-e2e delete-ref-workspace
else
(cd libs/sdk-ui-tests-e2e && node ../../common/scripts/install-run-rushx.js delete-ref-workspace)
node ../../common/scripts/install-run-rushx.js delete-ref-workspace
fi

0 comments on commit 0ba2181

Please sign in to comment.