소스 검색

Merge pull request #8373 from HJianBo/fix-make-coverall

Test: fix make coverall
Zaiming (Stone) Shi 3 년 전
부모
커밋
1d8fbc7c50
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/run_test_cases.yaml

+ 2 - 0
.github/workflows/run_test_cases.yaml

@@ -204,7 +204,9 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: make coveralls
+
       - name: get coveralls logs
+        working-directory: source
         if: failure()
         run: cat rebar3.crashdump