Browse Source

Test for env variables

Granty1 5 years ago
parent
commit
30e144c02d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/go.yml

+ 1 - 0
.github/workflows/go.yml

@@ -32,6 +32,7 @@ jobs:
       working-directory: ./server
     - name: Modify config params
       run: |
+        echo $LANG
         sed -i 's/%{address}/$MYSQL_ADDR/' config.yaml
         sed -i 's/%{username}/$MYSQL_USERNAME/' config.yaml
         sed -i 's/%{password}/$MSQL_PASSWORD/' config.yaml