mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 17:06:28 +00:00
Merge pull request #7222 from jepio/fix-dragonball-check
gha: dragonball: Correctly propagate PATH update
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
|
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
|
||||||
run: |
|
run: |
|
||||||
./ci/install_rust.sh
|
./ci/install_rust.sh
|
||||||
PATH=$PATH:"$HOME/.cargo/bin"
|
echo PATH="$HOME/.cargo/bin:$PATH" >> $GITHUB_ENV
|
||||||
- name: Run Unit Test
|
- name: Run Unit Test
|
||||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
|
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user