Skip to content

Commit

Permalink
Use fooman mirror for Magento and rename analyse workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Mulder committed Feb 13, 2024
1 parent 1492755 commit 4e5d567
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/analyse.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: analyse
name: PHPStan

on: ['push', 'pull_request']

jobs:
test:
runs-on: ubuntu-latest
name: PHPStan
name: analyse

steps:
- name: Checkout code
Expand All @@ -19,7 +19,7 @@ jobs:
coverage: none

- name: Repository Credentials
run: composer config http-basic.repo.magento.com ${{ secrets.MAGENTO_USERNAME }} ${{ secrets.MAGENTO_PASSWORD }}
run: composer config repositories.foomanmirror composer repo-magento-mirror.fooman.co.nz

- name: Install dependencies
run: composer install --no-interaction
Expand Down

0 comments on commit 4e5d567

Please sign in to comment.