Skip to content

Commit 1b6328a

Browse files
committed
refactor: split a step for showing versions into multiple steps
Relate to #13
1 parent 9a61040 commit 1b6328a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/integration-tests.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,14 @@ jobs:
5454
curl --location --no-progress-meter --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.2.0/$DEB
5555
sudo dpkg --install $DEB
5656
57-
- name: Show tools versions
58-
run: |
59-
hurl --version
60-
docker compose version
61-
docker version
57+
- name: Show Hurl version
58+
run: hurl --version
59+
60+
- name: Show docker version
61+
run: docker version
62+
63+
- name: Show docker compose version
64+
run: docker compose version
6265

6366
- name: Start containers
6467
working-directory: docker

0 commit comments

Comments
 (0)