Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanYadaev committed Mar 13, 2024
1 parent 7d875f4 commit b11d03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Set DB_CONNECTION env variable (MariaDB & Laravel 11)
if: contains(matrix.laravel, '11') && contains(matrix.db, 'mariadb')
run: |
echo "DB_CONNECTION=maria" >> "$GITHUB_ENV"
echo "DB_CONNECTION=mariadb" >> "$GITHUB_ENV"
- name: Execute tests
env:
Expand Down

0 comments on commit b11d03f

Please sign in to comment.