Skip to content

Commit

Permalink
Fix Nova authentication.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpoulter authored Apr 6, 2021
1 parent ac53cad commit 4996706
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ jobs:
- name: Install dependencies
run: |
composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}"
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
env:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
- name: Execute tests
run: vendor/bin/phpunit
Expand Down

0 comments on commit 4996706

Please sign in to comment.