CI: remove warning messages (#30013)

remove ci warnings
pull/30019/head
Justin Newberry 2 years ago committed by GitHub
parent 5f318faf93
commit f223b66b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/selfdrive_tests.yaml

@ -198,7 +198,7 @@ jobs:
$DOCKER_LOGIN
- uses: ./.github/workflows/setup-with-retry
with:
git-lfs: false
git_lfs: false
docker_hub_pat: ${{ secrets.DOCKER_HUB_PAT }}
- name: Build and push CL Docker image
if: matrix.arch == 'x86_64'
@ -309,7 +309,7 @@ jobs:
id: print-diff
if: always()
run: cat selfdrive/test/process_replay/diff.txt
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: always()
continue-on-error: true
with:

Loading…
Cancel
Save