Skip to content

Commit

Permalink
add auth
Browse files Browse the repository at this point in the history
  • Loading branch information
danslo committed Feb 10, 2025
1 parent f9076d4 commit dfe02d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ jobs:
php-version: '7.2'
extensions: gd, mcrypt, curl, intl, xsl, mbstring, openssl, zip, soap, bcmath
- uses: actions/checkout@v3
- run: composer global config http-basic.repo.magento.com ${{ secrets.MAGENTO_USERNAME }} ${{ secrets.MAGENTO_PASSWORD }}
- run: composer install
- run: ./vendor/bin/phpunit .

0 comments on commit dfe02d2

Please sign in to comment.