Skip to content

Commit

Permalink
Merge pull request #96 from imagekit-developer/SDK-68
Browse files Browse the repository at this point in the history
updated publish ci
  • Loading branch information
imagekitio authored Dec 11, 2023
2 parents 5e139b5 + 053f95b commit b76274e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
npm run server &
cd ../../../
npm run test:ci
npm run build
env:
CI: true
PUBLIC_KEY: ${{ secrets.ik_public_key }}
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ jobs:
npm install -g @angular/[email protected]
cd sdk
npm install
npm run test
cd tests/test-apps/sample-server
echo PRIVATE_KEY=${{ secrets.ik_private_key }} >> .env;
npm install
npm run server &
cd ../../../
npm run test:ci
npm run build
env:
CI: true
Expand Down

0 comments on commit b76274e

Please sign in to comment.