Skip to content

Commit

Permalink
Fix version string expected results
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricio-ESP committed Dec 5, 2024
1 parent 6c43f00 commit dc9f109
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
export LOG_TO_FILE="true"
chmod +x ./tests/run_pre_test.sh
. ./tests/run_pre_test.sh "../test-bin/eim" "idf-im-cli ${{ env.CLI_TAG }}"
. ./tests/run_pre_test.sh "../test-bin/eim" "eim ${{ env.CLI_TAG }}"
- name: Install dependencies (Ubuntu)
if: runner.os == 'Linux'
Expand All @@ -91,14 +91,14 @@ jobs:
run: |
export LOG_TO_FILE="true"
chmod +x ./tests/run_test.sh
. ./tests/run_test.sh "../test-bin/eim" "idf-im-cli ${{ env.CLI_TAG }}"
. ./tests/run_test.sh "../test-bin/eim" "eim ${{ env.CLI_TAG }}"
- name: Run IDF installation from alternative mirrors in mainland China
if: matrix.run_on == 'CNRunner'
run: |
export LOG_TO_FILE="true"
chmod +x ./tests/run_cnrunner.sh
. ./tests/run_cnrunner.sh "../test-bin/eim" "idf-im-cli ${{ env.CLI_TAG }}"
. ./tests/run_cnrunner.sh "../test-bin/eim" "eim ${{ env.CLI_TAG }}"
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
if: runner.os == 'Windows'
run: |
$env:LOG_TO_FILE="true"
.\tests\run_pre_test.ps1 "..\test-bin\eim.exe" "idf-im-cli ${{ env.CLI_TAG }}"
.\tests\run_pre_test.ps1 "..\test-bin\eim.exe" "eim ${{ env.CLI_TAG }}"
- name: Install dependencies (Windows)
if: runner.os == 'windows'
Expand All @@ -138,7 +138,7 @@ jobs:
if: runner.os == 'Windows'
run: |
$env:LOG_TO_FILE="true"
.\tests\run_test.ps1 "..\test-bin\eim.exe" "idf-im-cli ${{ env.CLI_TAG }}"
.\tests\run_test.ps1 "..\test-bin\eim.exe" "eim ${{ env.CLI_TAG }}"
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Expand Down

0 comments on commit dc9f109

Please sign in to comment.