Skip to content

Commit

Permalink
separate job
Browse files Browse the repository at this point in the history
  • Loading branch information
leonz789 committed Jan 13, 2025
1 parent a0af70b commit 5cc31d2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,22 @@ jobs:
- name: Test and create coverage report
run: |
make test-unit-cover
if: env.GIT_DIFF
test-unit-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- name: Test and create coverage report
run: |
make test-unit-e2e
if: env.GIT_DIFF

0 comments on commit 5cc31d2

Please sign in to comment.