diff --git a/.github/workflows/build-mageos-nightly.yml b/.github/workflows/build-mageos-nightly.yml index 368bdba..ec9f95e 100644 --- a/.github/workflows/build-mageos-nightly.yml +++ b/.github/workflows/build-mageos-nightly.yml @@ -23,24 +23,3 @@ jobs: secrets: SERVER_SSH_KEY: ${{ secrets.SERVER_SSH_KEY }} REMOTE_USER: ${{ secrets.REMOTE_USER }} - compute-nightly-service-versions: - runs-on: ubuntu-latest - outputs: - matrix: ${{ steps.supported-version.outputs.matrix }} - steps: - - uses: actions/checkout@v3 - - uses: mage-os/github-actions/supported-version@main - with: - kind: nightly - id: supported-version - integration-check: - needs: [deploy, compute-nightly-service-versions] - uses: mage-os/github-actions/.github/workflows/integration.yaml@main - with: - package_name: mage-os/demo-package - use_local_source: false - matrix: ${{ needs.compute-nightly-service-versions.outputs.matrix }} - test_command: ../../../vendor/bin/phpunit ../../../vendor/mage-os/demo-package/Test/Integration - fail-fast: false - magento_repository: https://nightly.mage-os.org - composer_cache_key: ${{ inputs.composer_cache_key || 'v1' }}