Skip to content

Commit

Permalink
Switch to mage-os
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjitse-E committed Oct 4, 2023
1 parent 0ec734d commit 3383bdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ jobs:
outputs:
matrix: ${{ steps.supported-version.outputs.matrix }}
steps:
- uses: graycoreio/github-actions-magento2/supported-version@main
- uses: mage-os/github-actions/supported-version@main
id: supported-version
with:
kind: latest
- run: echo ${{ steps.supported-version.outputs.matrix }}

integration-workflow:
needs: compute_matrix
uses: graycoreio/github-actions-magento2/.github/workflows/integration.yaml@main
uses: mage-os/github-actions/.github/workflows/integration.yaml@main
with:
package_name: vendic/magento2-oh-dear-checks
package_name: vendic/magento2-postnl-api
matrix: ${{ needs.compute_matrix.outputs.matrix }}
test_command: ../../../vendor/bin/phpunit ../../../vendor/vendic/magento2-postnl-api/Test/Integration
fail-fast: false

0 comments on commit 3383bdc

Please sign in to comment.