Skip to content

Commit

Permalink
try to clean everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Dec 11, 2023
1 parent 291759c commit 0d75be2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- name: "develop lib packages"
run: .ci/run dev
run: |
git clean -xdf
.ci/run dev
- name: "run tests"
run: .ci/run test ${{ matrix.package }} --coverage
- uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 0d75be2

Please sign in to comment.