Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anishamidi authored Apr 3, 2024
1 parent 7c58636 commit c7791c1
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,9 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.21'
- uses: RyanSiu1995/[email protected]
- run: make test
- uses: codecov/codecov-action@v1
with:
files: coverage.out
- uses: actions/checkout@v3
- name: run tests using make
run: make test
docker:
name: docker
runs-on: ubuntu-latest
Expand Down

0 comments on commit c7791c1

Please sign in to comment.