ci: remove unnecessary actions
This commit is contained in:
parent
5a80c9b99c
commit
5ce3895819
1 changed files with 2 additions and 10 deletions
|
@ -13,19 +13,11 @@ jobs:
|
|||
dotnet-version: 7.0
|
||||
run: |
|
||||
dotnet build Continuity -c Release
|
||||
# dotnet test Continuity.Tests -c Release
|
||||
export SONAR_TOKEN=${{secrets.SONAR_TOKEN}}
|
||||
export SONAR_PROJECT_KEY=${{secrets.SONAR_PROJECT_KEY}}
|
||||
export SONAR_HOST_URL=${{secrets.SONAR_HOST_URL}}
|
||||
export IS_LOCAL_BUILD=${{secrets.IS_LOCAL_BUILD}}
|
||||
export SUPPORTS_DOCKER=${{secrets.SUPPORTS_DOCKER}}
|
||||
apt-get update
|
||||
apt-get install --yes openjdk-11-jre
|
||||
chmod +x ./build.sh
|
||||
./build.sh --verbose --root .
|
||||
# dotnet test Continuity.Tests -c Release
|
||||
sonarqube:
|
||||
needs: build-server
|
||||
runs-on: ubuntu-latest
|
||||
if: gitea.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup dotnet
|
||||
|
|
Loading…
Reference in a new issue