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 7cb9ba0 commit ff3a505Copy full SHA for ff3a505
.github/workflows/test.yaml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
podman --version
54
podman run --rm -it ${{matrix.jdkimage}} bash --version
55
- podman run --rm -it ${{matrix.jdkimage}} java --version
+ podman run --rm -it ${{matrix.jdkimage}} java -version
56
podman run --rm -it ${{matrix.jdkimage}} cat /etc/redhat-release
57
- name: RFaS
58
0 commit comments