Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/composer/laravel/pint-1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumTowers authored Sep 2, 2023
2 parents 0f9f42c + 9fd8591 commit 2491171
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,13 @@ jobs:

# Authenticate Nova
- name: Authenticate Nova Installation
env:
NOVA_USERNAME: ${{ secrets.NOVA_USERNAME }}
NOVA_PASSWORD: ${{ secrets.NOVA_PASSWORD }}
run: |
cp auth.json.example auth.json
composer config http-basic.nova.laravel.com ${NOVA_USERNAME} ${NOVA_PASSWORD}
sed -i "s/your-username/${NOVA_USERNAME}/g" auth.json
sed -i "s/your-password/${NOVA_PASSWORD}/g" auth.json
# Start MySQL and Create Databases
- name: Create Databases
Expand Down Expand Up @@ -188,9 +192,13 @@ jobs:
php-version: 8.1

- name: Authenticate Nova Installation
env:
NOVA_USERNAME: ${{ secrets.NOVA_USERNAME }}
NOVA_PASSWORD: ${{ secrets.NOVA_PASSWORD }}
run: |
cp auth.json.example auth.json
composer config http-basic.nova.laravel.com ${NOVA_USERNAME} ${NOVA_PASSWORD}
sed -i "s/your-username/${NOVA_USERNAME}/g" auth.json
sed -i "s/your-password/${NOVA_PASSWORD}/g" auth.json
- name: Install PHP dependencies
uses: ramsey/composer-install@v2
Expand Down

0 comments on commit 2491171

Please sign in to comment.