Skip to content

Commit

Permalink
ci fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hijackthe2 committed Oct 28, 2023
1 parent 8ffc6aa commit 411be40
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -627,12 +627,12 @@ jobs:
run: |
CARGO_HOME=${HOME}/.cargo
CARGO_BIN=$(which cargo)
TAR_PATH=$(dirname ${CARGO_BIN})
sudo -E echo ${CARGO_HOME}
sudo -E echo ${CARGO_BIN}
sudo -E echo ${TAR_PATH}
ls -alh ${TAR_PATH}
sudo -E curl -LsSf https://get.nexte.st/latest/linux | sudo -E tar zxf - -C ${TAR_PATH}
# TAR_PATH=$(dirname ${CARGO_BIN})
# sudo -E echo ${CARGO_HOME}
# sudo -E echo ${CARGO_BIN}
# sudo -E echo ${TAR_PATH}
# ls -alh ${TAR_PATH}
# sudo -E curl -LsSf https://get.nexte.st/latest/linux | sudo -E tar zxf - -C ${TAR_PATH}
sudo -E CARGO=${CARGO_BIN} make ut-nextest
nydus-unit-test-coverage:
Expand Down Expand Up @@ -666,12 +666,12 @@ jobs:
run: |
CARGO_HOME=${HOME}/.cargo
CARGO_BIN=$(which cargo)
TAR_PATH=$(dirname ${CARGO_BIN})
sudo -E echo ${CARGO_HOME}
sudo -E echo ${CARGO_BIN}
sudo -E echo ${TAR_PATH}
ls -alh ${TAR_PATH}
sudo -E curl -LsSf https://get.nexte.st/latest/linux | sudo -E tar zxf - -C ${TAR_PATH}
# TAR_PATH=$(dirname ${CARGO_BIN})
# sudo -E echo ${CARGO_HOME}
# sudo -E echo ${CARGO_BIN}
# sudo -E echo ${TAR_PATH}
# ls -alh ${TAR_PATH}
# sudo -E curl -LsSf https://get.nexte.st/latest/linux | sudo -E tar zxf - -C ${TAR_PATH}
sudo -E CARGO=${CARGO_BIN} make coverage-codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 411be40

Please sign in to comment.