Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Format and remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Dec 5, 2023
1 parent 8b50f4c commit 7fb3436
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Unit Tests
on:
push:
branches:
- main
- main
pull_request:
workflow_dispatch:
workflow_call:
outputs:
workflow_output:
description: "Unit tests output"
value: ${{ jobs.go_test.outputs.test_output_failure }}
workflow_output:
description: "Unit tests output"
value: ${{ jobs.go_test.outputs.test_output_failure }}

jobs:
go_test:
Expand All @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Run Go Test
run: make unit-tests
Expand Down
1 change: 0 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
sonar.projectKey=0xPolygon_beethoven
sonar.projectName=Beethoven
sonar.organization=0xpolygon
# sonar.projectVersion=1.0

sonar.sources=.
sonar.exclusions=**/*_test.go,**/vendor/**
Expand Down

0 comments on commit 7fb3436

Please sign in to comment.