Skip to content

Commit 79fe641

Browse files
committed
ci: use check-extension
1 parent 3168863 commit 79fe641

File tree

3 files changed

+7
-98
lines changed

3 files changed

+7
-98
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Integration Test
1+
name: Check Extension
22

33
on:
44
workflow_dispatch: {}
@@ -29,13 +29,13 @@ jobs:
2929
steps:
3030
- uses: graycoreio/github-actions-magento2/supported-version@main
3131
id: supported-version
32-
- run: echo ${{ steps.supported-version.outputs.matrix }}
33-
integration-workflow:
32+
with:
33+
include_services: true
34+
check-extension:
3435
needs: compute_matrix
35-
uses: graycoreio/github-actions-magento2/.github/workflows/integration.yaml@main
36+
uses: graycoreio/github-actions-magento2/.github/workflows/check-extension.yaml@main
3637
with:
37-
package_name: graycore/magento2-stdlogging
3838
matrix: ${{ needs.compute_matrix.outputs.matrix }}
39-
test_command: ../../../vendor/bin/phpunit ../../../vendor/graycore/magento2-stdlogging/Test/Integration
39+
fail-fast: false
4040
secrets:
41-
composer_auth: ${{ secrets.COMPOSER_AUTH }}
41+
composer_auth: ${{ secrets.COMPOSER_AUTH }}

.github/workflows/install.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/unit.yaml

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)