We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e10f3e commit d5fa388Copy full SHA for d5fa388
.github/workflows/containerize-tiny-java-containers.yml
@@ -24,10 +24,10 @@ jobs:
24
java-version: ${{ matrix.java-version }}
25
distribution: 'graalvm'
26
github-token: ${{ secrets.GITHUB_TOKEN }}
27
- - name: Run 'tiny-java-containers'
+ - name: Run 'native-image/containerize/tiny-java-containers'
28
run: |
29
sleep_period=5
30
- cd tiny-java-containers
+ cd native-image/containerize/tiny-java-containers
31
# Hello World
32
#
33
cd helloworld
0 commit comments