Skip to content

Commit

Permalink
Fix custom script escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Mar 14, 2024
1 parent 2cd721b commit 4ea463b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/call-universal_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ jobs:
debug: ${{ needs.init.outputs.debug }}

- name: Run custom scripts
uses: 'OXID-eSales/github-actions/run_custom_scripts@v4'
uses: 'OXID-eSales/github-actions/run_custom_scripts@v0'
with:
container_name: ${{ needs.init.outputs.install_shop_container_name }}
container_options: ${{ needs.init.outputs.install_shop_container_options }}
Expand Down Expand Up @@ -578,7 +578,7 @@ jobs:

- name: Run custom scripts
if: ${{ matrix.testplan != 'skip' }}
uses: 'OXID-eSales/github-actions/run_custom_scripts@v4'
uses: 'OXID-eSales/github-actions/run_custom_scripts@v0'
with:
container_name: ${{ steps.install_module_testplan.outputs.install_module_container_name }}
container_options: ${{ steps.install_module_testplan.outputs.install_module_container_options }}
Expand Down Expand Up @@ -702,7 +702,7 @@ jobs:

- name: Run custom scripts
if: ${{ matrix.testplan != 'skip' }}
uses: 'OXID-eSales/github-actions/run_custom_scripts@v4'
uses: 'OXID-eSales/github-actions/run_custom_scripts@v0'
with:
container_name: ${{ steps.phpunit_testplan.outputs.phpunit_container_name }}
container_options: ${{ steps.phpunit_testplan.outputs.phpunit_container_options }}
Expand Down Expand Up @@ -834,7 +834,7 @@ jobs:

- name: Run custom scripts
if: ${{ matrix.testplan != 'skip' }}
uses: 'OXID-eSales/github-actions/run_custom_scripts@v4'
uses: 'OXID-eSales/github-actions/run_custom_scripts@v0'
with:
container_name: ${{ steps.codeception_testplan.outputs.codeception_container_name }}
container_options: ${{ steps.codeception_testplan.outputs.codeception_container_options }}
Expand Down Expand Up @@ -971,7 +971,7 @@ jobs:
- name: Run custom scripts
if: ${{ matrix.testplan != 'skip' }}
uses: 'OXID-eSales/github-actions/run_custom_scripts@v4'
uses: 'OXID-eSales/github-actions/run_custom_scripts@v0'
with:
container_name: ${{ steps.runtest_testplan.outputs.runtest_container_name }}
container_options: ${{ steps.runtest_testplan.outputs.runtest_container_options }}
Expand Down

0 comments on commit 4ea463b

Please sign in to comment.