Обновить .gitea/workflows/sampleworkflow.yaml
Some checks failed
Sample Workflow / test (push) Failing after 2s

This commit is contained in:
2025-10-10 09:03:06 +07:00
parent 7078efea4e
commit a090c27352

View File

@@ -6,7 +6,7 @@ on:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: gradle:jdk17 container: bash:5.0.18
steps: steps:
- name: Init gradle project - name: Init gradle project