Skip to content

Commit

Permalink
Change charset under CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Dec 22, 2020
1 parent f50aa78 commit 271d749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3

env:
PYFUNCEBLE_DB_CHARSET: latin-1
PYFUNCEBLE_DB_CHARSET: utf8mb4
PYFUNCEBLE_DB_HOST: "127.0.0.1"
PYFUNCEBLE_DB_NAME: pyfunceble
PYFUNCEBLE_DB_PASSWORD: my_pyfunceble_password
Expand Down

0 comments on commit 271d749

Please sign in to comment.