We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a03698 commit e9d5b27Copy full SHA for e9d5b27
.github/workflows/plugin-integration.yml
@@ -92,7 +92,7 @@ jobs:
92
run: |
93
curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/6.0.0/hurl_6.0.0_amd64.deb
94
sudo dpkg -i hurl_6.0.0_amd64.deb
95
- sudo apt install -y unix2dos
+ sudo apt install -y dos2unix
96
unix2dos ./mappingservice-plugin/integrationtests/basic.hurl ./mappingservice-plugin/integrationtests/basic_crlf.hurl
97
hurl --variable host=http://localhost:8095 --test ./mappingservice-plugin/integrationtests/basic_crlf.hurl --verbose --file-root .
98
env:
0 commit comments