Undo switch Docker image, add new task
Some checks failed
Sample Workflow / test (push) Failing after 3m30s

This commit is contained in:
2025-10-09 12:21:43 +07:00
parent 1eae53a6e5
commit 5f0f0609ae

View File

@@ -5,7 +5,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest:gradle:jdk17-alpine
runs-on: ubuntu-latest
steps:
- name: Print environment variables
@@ -15,4 +15,5 @@ jobs:
echo "GITHUB_REF: $GITHUB_REF"
echo "GITHUB_ACTOR: $GITHUB_ACTOR"
echo "PATH: $PATH"
echo "PWD: $(pwd)"
echo "PWD: $(pwd)"
gradle init