Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Dec 1, 2024
1 parent 5c06c2f commit 84d0372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ jobs:
- name: "Remove old test result"
run: |
rm -rf ${{ github.workspace }}/dubbo-samples
mv ${{ github.workspace }}/dubbo ${{ github.workspace }}
mv ${{ github.workspace }}/dubbo/* ${{ github.workspace }}/
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
with:
Expand Down Expand Up @@ -563,7 +563,7 @@ jobs:
- name: "Remove old test result"
run: |
rm -rf ${{ github.workspace }}/dubbo-integration-cases
mv ${{ github.workspace }}/dubbo ${{ github.workspace }}
mv ${{ github.workspace }}/dubbo/* ${{ github.workspace }}/
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 84d0372

Please sign in to comment.