Skip to content

Commit

Permalink
remove in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxiaocs7 committed Nov 30, 2023
1 parent 5b804b4 commit 9dc850b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/hubble-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: '16'
# we also should cache python & yarn & downloads to avoid useless work
- name: Cache Maven packages
uses: actions/cache@v3
Expand All @@ -50,20 +46,6 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Get Yarn path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache Yarn packages
uses: actions/cache@v3
# use id to check `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Cache Python packages
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 9dc850b

Please sign in to comment.