Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
vpodorozh committed Mar 20, 2024
1 parent 5a78fd2 commit 6cedc3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nx-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6cedc3b

Please sign in to comment.