Switched to Ubuntu
Some checks failed
Sample Workflow / test (push) Failing after 4s

This commit is contained in:
2025-10-09 12:59:46 +07:00
parent f260295960
commit 43b1402eff

View File

@@ -5,9 +5,9 @@ on:
jobs: jobs:
test: test:
runs-on: alpine runs-on: ubuntu-latest
steps: steps:
- name: Init gradle project - name: Init gradle project
run: run:
echo $PATH gradle init