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