SR-Core/.forgejo/workflows/build.yaml
unurled f7828281ad
Some checks failed
Build / build (push) Failing after 35s
add forgejo actions and remove paperyml
2024-09-07 15:10:14 +02:00

22 lines
No EOL
541 B
YAML

name: Build
run-name: ${{ github.actor }} is building
on: [ pull_request ]
jobs:
build:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'gradle'
- name: build
run: gradle build
- name: sonar send
run: gradle sonar -Dsonar.token=${{ secrets.SONARQUBE_TOKEN }}
- uses: actions/upload-artifact@v3
with:
name: build
path: build/libs/