Fix typos.

This commit is contained in:
Jean-Christophe Amiel 2025-11-05 17:23:16 +01:00 committed by hurl-bot
parent 2964d71af2
commit 58138140b0
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 5 additions and 5 deletions

View File

@ -345,7 +345,7 @@ jobs:
echo "::group::Integration tests"
bash bin/test/test_integ.sh
echo "::endgroup::"
- name: find artifacts
- name: Find artifacts
run: |
pwd
find . -name "*.log"

View File

@ -249,7 +249,7 @@ jobs:
echo "::group::Tests"
bin/test/test.sh
echo "::endgroup::"
- name: find artifacts
- name: Find artifacts
run: |
pwd
find . -name "*.log"
@ -297,7 +297,7 @@ jobs:
echo "::group::Tests"
bin/test/test.sh
echo "::endgroup::"
- name: find artifacts
- name: Find artifacts
run: |
pwd
find . -name "*.log"
@ -346,7 +346,7 @@ jobs:
echo "PATH=${PWD}/target/release:$PATH" >> "${GITHUB_ENV}"
- name: Integration Tests
run: bin/test/test_integ.sh
- name: find artifacts
- name: Find artifacts
run: |
pwd
find . -name "*.log"
@ -395,7 +395,7 @@ jobs:
echo "PATH=${PWD}/target/release:$PATH" >> "${GITHUB_ENV}"
- name: Integration Tests
run: bin/test/test_integ.sh
- name: find artifacts
- name: Find artifacts
run: |
pwd
find . -name "*.log"