Skip to content

Commit 9ffe459

Browse files
committed
Fix
1 parent b63c7a4 commit 9ffe459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
# ../../../phpstan
134134
- php-version: 8.1
135135
script: |
136-
git clone git@github.com:ondrejmirtes/phpstan-magento-testcase.git e2e/integration/repo
136+
git clone https://github.com/ondrejmirtes/phpstan-magento-testcase.git e2e/integration/repo
137137
cd e2e/integration/repo
138138
git checkout a0e87cf19b6112fb44265f23bf3cc6c56edd22aa
139139
composer install

0 commit comments

Comments
 (0)