Skip to content

Commit

Permalink
replace ci with test
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshen-sap committed Aug 7, 2023
1 parent 0f85016 commit 62138ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- checkout
- run: npm install
- run: npm run ci
- run: npm run test

build:
docker:
Expand Down Expand Up @@ -565,7 +565,7 @@ jobs:
command: |
echo "//registry.npmjs.org/:_authToken=$CLOUD_MTA_BOT_NPM_TOKEN" > .npmrc
npm install
npm run ci
npm run test
npm publish
workflows:
Expand Down

0 comments on commit 62138ce

Please sign in to comment.