Skip to content
Closed
Changes from all commits
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
10 changes: 4 additions & 6 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,13 @@ jobs:
ports:
- 5672:5672
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set PHP Version
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}

- run: composer self-update --${{ matrix.composer }}
name: Pin to Composer Version ${{ matrix.composer }}
shell: bash
tools: composer:v${{ matrix.composer }}
coverage: none

- run: composer create-project --repository-url="${{ inputs.magento_repository }}" "${{ matrix.magento }}" ${{ inputs.magento_directory }} --no-install
shell: bash
Expand Down Expand Up @@ -142,4 +140,4 @@ jobs:

- run: ${{ inputs.test_command }}
working-directory: ${{ inputs.magento_directory }}/dev/tests/integration
name: Run Integration Tests
name: Run Integration Tests