Skip to content

Commit

Permalink
Update go-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonichigo authored May 22, 2024
1 parent 82dd6e8 commit 58ee089
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Start Database
run: |
docker-compose up -d
- name: 'Report Coverage'
uses: sonichigo/get-cov@main
with:
Expand Down

0 comments on commit 58ee089

Please sign in to comment.