File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -57,24 +57,12 @@ jobs:
57
57
# Whether to configure the token or SSH key with the local git config. Default: true
58
58
persist-credentials : false
59
59
60
- - name : Install Hurl
61
- run : |
62
- DEB=hurl_4.2.0_amd64.deb
63
- curl --location --no-progress-meter --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.2.0/$DEB
64
- sudo dpkg --install $DEB
65
-
66
- - name : Show Hurl version
67
- run : hurl --version
68
-
69
60
- name : Show docker version
70
61
run : docker version
71
62
72
63
- name : Show docker compose version
73
64
run : docker compose version
74
65
75
- - name : Create directory for reports
76
- run : mkdir tests-reports
77
-
78
66
- name : Start containers
79
67
working-directory : docker
80
68
run : >-
90
78
working-directory : docker
91
79
run : docker compose ps
92
80
81
+ - name : Install Hurl
82
+ run : |
83
+ DEB=hurl_4.2.0_amd64.deb
84
+ curl --location --no-progress-meter --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.2.0/$DEB
85
+ sudo dpkg --install $DEB
86
+
87
+ - name : Show Hurl version
88
+ run : hurl --version
89
+
90
+ - name : Create directory for reports
91
+ run : mkdir tests-reports
92
+
93
93
- name : Run integration tests
94
94
run : >-
95
95
hurl \
You can’t perform that action at this time.
0 commit comments