Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/run-tests-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
IS_OLD_VERSION: ${{ steps.get-environment-variables.outputs.IS_OLD_VERSION }}
ACCOUNTS: ${{ steps.accounts.outputs.ACCOUNTS }}
SALEOR_CLOUD_SERVICE: ${{ steps.cloud_variables.outputs.SALEOR_CLOUD_SERVICE }}
BRANCH_NAME: ${{ env.BRANCH_NAME }}
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -154,7 +155,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ needs.add-check-and-prepare-instance.outputs.VERSION }}
ref: ${{ needs.add-check-and-prepare-instance.outputs.BRANCH_NAME }}

- name: Run playwright tests
uses: ./.github/actions/run-pw-tests
Expand Down
Loading