Skip to content

Commit

Permalink
Update ci_node16.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsonghuster authored Aug 7, 2024
1 parent 06c6dcd commit a4607e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_node16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,12 @@ jobs:
- name: config s
run: |
s config add --AccountID ${{secrets.ACCOUNTID}} --AccessKeyID ${{secrets.ACCESSKEYID}} --AccessKeySecret ${{secrets.ACCESSKEYSECRET}} -a quanxi -f
- name: Configure NPM
run: |
npm config set registry https://registry.npmjs.org
npm config set '//packages.aliyun.com/6455f7ff81b284e28f4774c4/npm/npm-registry/:_authToken' ${{ secrets.NPM_TOKEN }}
- name: NPM install
run: |
echo ${{secrets.NPM_REGISTRY_AUTH}} >> ~/.npmrc
npm install
- name: run base ci ut and it
run: |
Expand Down

0 comments on commit a4607e5

Please sign in to comment.