Merge pull request #7222 from jepio/fix-dragonball-check

gha: dragonball: Correctly propagate PATH update
This commit is contained in:
Fabiano Fidêncio 2023-07-04 15:59:13 +02:00 committed by GitHub
commit a25d5b9807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
run: |
./ci/install_rust.sh
PATH=$PATH:"$HOME/.cargo/bin"
echo PATH="$HOME/.cargo/bin:$PATH" >> $GITHUB_ENV
- name: Run Unit Test
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
run: |