Skip to content

Commit d8afdb4

Browse files
committed
desperate attempts to fix hurl
1 parent e9d5b27 commit d8afdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plugin-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/6.0.0/hurl_6.0.0_amd64.deb
9494
sudo dpkg -i hurl_6.0.0_amd64.deb
9595
sudo apt install -y dos2unix
96-
unix2dos ./mappingservice-plugin/integrationtests/basic.hurl ./mappingservice-plugin/integrationtests/basic_crlf.hurl
96+
unix2dos -n ./mappingservice-plugin/integrationtests/basic.hurl ./mappingservice-plugin/integrationtests/basic_crlf.hurl
9797
hurl --variable host=http://localhost:8095 --test ./mappingservice-plugin/integrationtests/basic_crlf.hurl --verbose --file-root .
9898
env:
9999
CI_BRANCH_NAME: ${{ steps.extract_branch.outputs.branch }}

0 commit comments

Comments
 (0)