Skip to content

Commit

Permalink
[1113] test에서 schema.sql 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
myeunee committed Nov 12, 2024
1 parent 228337b commit 741e4f9
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 @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- run: |
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
mysqldef -u todo -p todo -h 127.0.0.1 -P 3306 todo < ./chapter18/section72/_tools/mysql/schema.sql
- run: cd ${{ github.workspace }}/chapter18/section72 && go test ./... -coverprofile=coverage.out
- name: report coverage
uses: k1LoW/octocov-action@v0

0 comments on commit 741e4f9

Please sign in to comment.