Skip to content

Commit

Permalink
updaate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lesomnus committed Jul 15, 2023
1 parent 8bd7131 commit 5ad1e5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
paths:
- "**/*.go"
push:
paths:
- "**/*.go"
# paths:
# - "**/*.go"

jobs:
test:
Expand All @@ -23,3 +23,4 @@ jobs:
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: ./coverage.txt
language: Go

0 comments on commit 5ad1e5b

Please sign in to comment.