Remove unit-test db password
This commit is contained in:
parent
c933ade76e
commit
3e0ac6ab06
1 changed files with 2 additions and 2 deletions
4
.github/workflows/unit-test.yml
vendored
4
.github/workflows/unit-test.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
kind: "${{ matrix.db }}"
|
kind: "${{ matrix.db }}"
|
||||||
db: "xiang"
|
db: "xiang"
|
||||||
user: "xiang"
|
user: "xiang"
|
||||||
password: ${{ secrets.UNIT_PASS }}
|
password: 123456
|
||||||
|
|
||||||
- name: Setup Go ${{ matrix.go }}
|
- name: Setup Go ${{ matrix.go }}
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
|
|
@ -97,7 +97,7 @@ jobs:
|
||||||
|
|
||||||
- name: Setup ENV & Host
|
- name: Setup ENV & Host
|
||||||
env:
|
env:
|
||||||
PASSWORD: ${{ secrets.UNIT_PASS }}
|
PASSWORD: 123456
|
||||||
run: |
|
run: |
|
||||||
sudo echo "127.0.0.1 local.iqka.com" | sudo tee -a /etc/hosts
|
sudo echo "127.0.0.1 local.iqka.com" | sudo tee -a /etc/hosts
|
||||||
echo "YAO_DB_DRIVER=$DB_DRIVER" >> $GITHUB_ENV
|
echo "YAO_DB_DRIVER=$DB_DRIVER" >> $GITHUB_ENV
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue