Skip to content

Commit

Permalink
fix: force mysql over tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jan 16, 2024
1 parent d9f7c03 commit ace7112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ runs:
echo "APP_ENV=${{ inputs.env }}" >> "$GITHUB_ENV"
echo "APP_SECRET=secret" >> "$GITHUB_ENV"
echo "APP_URL=http://localhost:8000" >> "$GITHUB_ENV"
echo "DATABASE_URL=mysql://root@localhost/shopware" >> "$GITHUB_ENV"
echo "DATABASE_URL=mysql://root@127.0.0.1/shopware" >> "$GITHUB_ENV"
- name: Retrieve the cached "vendor" directory (if present)
uses: actions/cache@v3
Expand Down

0 comments on commit ace7112

Please sign in to comment.