From 282bba7be2b3f3260580b427452cd04008dc8077 Mon Sep 17 00:00:00 2001 From: Mateus Date: Fri, 25 Oct 2024 14:53:28 -0300 Subject: [PATCH] Add integration tests Github Actions workflow --- .github/workflows/integration-tests.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 95a378b..84dc3b6 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -9,7 +9,7 @@ on: jobs: integration-tests: - name: Magento 2 Integration Tests + name: Integration Tests runs-on: ubuntu-latest services: mysql: @@ -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'