Skip to content

Commit

Permalink
remove userinfo fetch info
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jul 12, 2021
1 parent c95d867 commit 861e9ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
uses: actions/checkout@master

- name: install
run: npm install
run: yarn

- name: lint
run: npm run lint
run: yarn run lint

test-js:
runs-on: ubuntu-latest
Expand All @@ -23,7 +23,7 @@ jobs:
run: git clone https://github.com/ant-design/ant-design-pro.git --depth=1

- name: install
run: cd ant-design-pro && npm install
run: cd ant-design-pro && yarn

- name: fetch
run: cd ant-design-pro && yarn pro fetch-blocks --js --branch ${GITHUB_REF##*/}
Expand Down

0 comments on commit 861e9ee

Please sign in to comment.