Skip to content

Commit

Permalink
test: remove no use step
Browse files Browse the repository at this point in the history
  • Loading branch information
luohf-infinilabs committed Jan 6, 2025
1 parent 8352cf7 commit b7f73e0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@ jobs:
- name: Check go toolchain
run: go version

- name: Cache Build Output
uses: actions/cache@v4
with:
path: |
.public
key: ${{ runner.os }}-build-${{ hashFiles('**/package.json') }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-build-${{ hashFiles('**/package.json') }}-
${{ runner.os }}-build-
- name: Unit test
run: |
echo Home path is $HOME
Expand Down

0 comments on commit b7f73e0

Please sign in to comment.