Skip to content

Commit

Permalink
Update main-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Dec 22, 2023
1 parent abe7764 commit 8aa01ce
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ permissions:

env:
DOTNET_VERSION: '8.0'
JAVA_VERSION: '17'

jobs:
build:
Expand All @@ -29,12 +28,6 @@ jobs:
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: ${{ env.JAVA_VERSION }}

- name: Install dependencies
run: dotnet restore

Expand All @@ -48,14 +41,3 @@ jobs:
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: SonarCloud analysis
uses: SonarSource/[email protected]
with:
args: >
-Dsonar.organization=benpollarduk
-Dsonar.projectKey=benpollarduk_adventure-framework
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 8aa01ce

Please sign in to comment.