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 5ad1e5b commit b4aaf32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: test
name: build

on:
push:
branches:
- main
paths:
- "**/*.go"

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: ./coverage.txt
language: Go
force-coverage-parser: Go

0 comments on commit b4aaf32

Please sign in to comment.