diff --git a/.github/workflows/full-integration-tests.yaml b/.github/workflows/full-integration-tests.yaml index 14bc340..bf6eca5 100644 --- a/.github/workflows/full-integration-tests.yaml +++ b/.github/workflows/full-integration-tests.yaml @@ -189,7 +189,7 @@ jobs: fetch-depth: 0 - name: Setup Warden Environment - uses: mage-os/github-actions/warden/setup-environment@main + uses: vpodorozh/github-actions/.github/workflows/full-integration-tests.yaml@test/test-db-version-apply with: run_composer_install: 1 php_version: ${{ matrix.php_version }} @@ -267,7 +267,7 @@ jobs: fetch-depth: 0 - name: Setup Warden Environment - uses: mage-os/github-actions/warden/setup-environment@main + uses: vpodorozh/github-actions/.github/workflows/full-integration-tests.yaml@test/test-db-version-apply with: run_composer_install: 1 php_version: ${{ matrix.php_version }} diff --git a/.github/workflows/nx-integration-tests.yml b/.github/workflows/nx-integration-tests.yml index 3213d21..bd603f5 100644 --- a/.github/workflows/nx-integration-tests.yml +++ b/.github/workflows/nx-integration-tests.yml @@ -128,7 +128,7 @@ jobs: echo "Affected Projects: $(jq .projects ${AFFECTED_OUTPUT})" - name: Setup Warden Environment - uses: mage-os/github-actions/warden/setup-environment@main + uses: vpodorozh/github-actions/.github/workflows/full-integration-tests.yaml@test/test-db-version-apply with: php_version: ${{ matrix.php_version }} database: ${{ matrix.database_version }}