Skip to content

Commit

Permalink
Still debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashish committed Oct 20, 2023
1 parent 544b0da commit 2f83b38
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,21 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
path: ${{ env.WORKDIR }}

- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
cache: false

- uses: actions/checkout@v4
with:
path: ${{ env.WORKDIR }}

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
working-directory: ${{ env.WORKDIR }}


- name: Debug
run: |
pwd
Expand All @@ -55,14 +57,12 @@ jobs:
GOPATH: ${{ github.workspace }}
run: .github/scripts/code-coverage.sh

- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
path: ${{ github.workspace }}
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# GOPATH: ${{ github.workspace }}
args: >
-Dsonar.organization=omise
-Dsonar.projectKey=omise_omise-go

0 comments on commit 2f83b38

Please sign in to comment.