parent
decedcc7df
commit
9c382c3c9d
1 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@ jobs:
|
|||
"build":
|
||||
runs-on: "docker"
|
||||
container:
|
||||
image: "alpine:latest"
|
||||
image: "gradle:jdk21"
|
||||
steps:
|
||||
- run: "echo Hello, world!"
|
||||
- uses: "actions/checkout@v3"
|
||||
- run: "./gradlew build"
|
||||
|
|
Loading…
Reference in a new issue