Skip to content

Commit

Permalink
Add integration tests Github Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbissonho committed Oct 25, 2024
1 parent 6f42619 commit 282bba7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
integration-tests:
name: Magento 2 Integration Tests
name: Integration Tests
runs-on: ubuntu-latest
services:
mysql:
Expand All @@ -30,9 +30,8 @@ jobs:
options: --health-cmd="curl localhost:9200/_cluster/health?wait_for_status=yellow&timeout=60s" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v3
- name: Magento 2.4.5 Integration Tests (Php8.1)
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
- name: Magento 2.4.6 Integration Tests (Php8.2)
uses: extdn/github-actions-m2/magento-integration-tests/8.2@master
with:
module_name: Mbissonho_RememberAdminLastPage
composer_name: mbissonho/module-remember-admin-last-page
ce_version: '2.4.5'

0 comments on commit 282bba7

Please sign in to comment.