mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-03 15:08:12 +01:00
Fix ci.yml syntax
This commit is contained in:
parent
6e5cb3b9f2
commit
49a8db83c8
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -108,7 +108,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
branch: gh-pages # The branch the action should deploy to.
|
branch: gh-pages # The branch the action should deploy to.
|
||||||
folder: javadocs # The folder the action should deploy.
|
folder: javadocs # The folder the action should deploy.
|
||||||
- name: 🩺 SonarCloud: Java
|
- name: 🩺 SonarCloud - Java
|
||||||
if: "${{ env.SONAR_TOKEN != '' }}"
|
if: "${{ env.SONAR_TOKEN != '' }}"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@ -116,7 +116,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd Plan
|
cd Plan
|
||||||
./gradlew sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=player-analytics-plan
|
./gradlew sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=player-analytics-plan
|
||||||
- name: 🩺 SonarCloud: React
|
- name: 🩺 SonarCloud - React
|
||||||
if: "${{ env.SONAR_TOKEN != '' }}"
|
if: "${{ env.SONAR_TOKEN != '' }}"
|
||||||
uses: SonarSource/sonarcloud-github-action@master
|
uses: SonarSource/sonarcloud-github-action@master
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user