Build during workflow
Some checks failed
Gitea Actions Demo / build (push) Failing after 17s

This commit is contained in:
Sebastiaan de Schaetzen 2024-08-21 15:12:51 +02:00
parent 9781fff279
commit 2fa131bc11

View File

@ -5,4 +5,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "Hello!"
- name: Check out
uses: actions/checkout@v4
- name: build
run: ./gradlew build