Undo switch Docker image, add new task
Some checks failed
Sample Workflow / test (push) Failing after 3m30s
Some checks failed
Sample Workflow / test (push) Failing after 3m30s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user