Skip to content

Commit

Permalink
[1113] test 경로 수정: k0kubun->sqldef
Browse files Browse the repository at this point in the history
  • Loading branch information
myeunee committed Nov 12, 2024
1 parent 50d29dc commit 228337b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: '>=1.18'
- uses: actions/checkout@v3
- run: |
go install github.com/k0kubun/sqldef/cmd/mysqldef@latest
go install github.com/sqldef/sqldef/cmd/mysqldef@latest
mysqldef -u todo -p todo -h 127.0.0.1 -P 3306 todo < ./_tools/mysql/schema.sql
- run: cd ${{ github.workspace }}/chapter18/section72 && go test ./... -coverprofile=coverage.out
- name: report coverage
Expand Down

0 comments on commit 228337b

Please sign in to comment.