We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d5b27 commit d8afdb4Copy full SHA for d8afdb4
.github/workflows/plugin-integration.yml
@@ -93,7 +93,7 @@ jobs:
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 dos2unix
96
- unix2dos ./mappingservice-plugin/integrationtests/basic.hurl ./mappingservice-plugin/integrationtests/basic_crlf.hurl
+ unix2dos -n ./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:
99
CI_BRANCH_NAME: ${{ steps.extract_branch.outputs.branch }}
0 commit comments