This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
Update ginkgo cli version to v2.12.0 #1930
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: unit | |
on: | |
workflow_dispatch: | |
merge_group: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
unit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-go@v4 | |
with: | |
go-version-file: "go.mod" | |
- run: make test-unit | |
- uses: codecov/codecov-action@v3 | |
with: | |
files: cover.out | |
functionalities: fixes |