Skip to content

Commit

Permalink
fix error 1410 attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
my-opencode committed Aug 16, 2024
1 parent b61b860 commit 000c62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
MYSQL_USER: demouser
MYSQL_PASSWORD: demopswd
MYSQL_TCP_PORT: 3306
MYSQL_HP: --host=127.0.0.1 --port=3306
MYSQL_HP: --host=localhost --port=3306
steps:
- name: Copy project directory
uses: actions/checkout@v4
Expand Down

0 comments on commit 000c62e

Please sign in to comment.