Skip to content

Commit

Permalink
dev(hansbug): fix github actino bug
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Jul 20, 2024
1 parent 1a1db0f commit 03850d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
shell: bash
run: |
dist/git_raw --version
dist/git_raw lfs version
! dist/git_raw lfs version
- name: Upload dist directory
uses: actions/upload-artifact@v2
with:
Expand All @@ -114,6 +114,8 @@ jobs:
unittest:
name: Code test
runs-on: ${{ matrix.os }}
needs:
- build_fake_execs
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 03850d6

Please sign in to comment.