Skip to content

Commit

Permalink
set safe directory to coverage workflow
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Aug 1, 2023
1 parent a1afe74 commit 114f40d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,17 @@ jobs:
- uses: ./.github/actions/dump-context

coverage:
name: Coverage
runs-on: ubuntu-latest
container:
image: ghcr.io/vdaas/vald/vald-ci-container:nightly
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 10
path: ${{ github.workspace }}
set-safe-directory: true

- name: Set Git config
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Run coverage
continue-on-error: true
Expand Down

0 comments on commit 114f40d

Please sign in to comment.