ci: test more env
Some checks failed
Test if Server can be built / build-server (push) Failing after 36s
Some checks failed
Test if Server can be built / build-server (push) Failing after 36s
This commit is contained in:
parent
ec94add637
commit
3f98dc2c5c
1 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: 7.0
|
dotnet-version: 7.0
|
||||||
- run: |
|
- run: |
|
||||||
chmod +x ./build.sh
|
|
||||||
echo $SONARPROJECTKEY
|
echo $SONARPROJECTKEY
|
||||||
|
echo $GITEA_SONARPROJECTKEY
|
||||||
|
echo $GITHUB_SONARPROJECTKEY
|
||||||
|
chmod +x ./build.sh
|
||||||
./build.sh --verbose --root .
|
./build.sh --verbose --root .
|
||||||
|
|
Loading…
Reference in a new issue