Test
This commit is contained in:
parent
22fec69564
commit
346758d61c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/sonar.yml
vendored
3
.github/workflows/sonar.yml
vendored
|
|
@ -55,6 +55,9 @@ jobs:
|
|||
needs: sonarqube
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Prepare environment variables
|
||||
run: |
|
||||
echo REGISTRY=${{ env.FORGEJO_HOST }} >> $GITHUB_ENV
|
||||
- name: Setup Node environment
|
||||
run: |
|
||||
apk add --update nodejs npm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue