Skip to content

Commit

Permalink
Merge pull request #1 from jorgerabello3/feature/ci
Browse files Browse the repository at this point in the history
ci: addin ci process
  • Loading branch information
jorgerabello3 authored Sep 7, 2024
2 parents c2e0fd9 + 91c7d4d commit bb5e353
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ci-sonar-cloud
on:
pull_request:
branches:
- develop

jobs:
run-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.15
- run: go test -coverprofile=coverage.out

0 comments on commit bb5e353

Please sign in to comment.