0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

refactor(test): inline link-mock-connectors.sh (#1746)

* refactor(test): inline link-mock-connectors.sh

* refactor(test): use lerna add instead of pnpm link

* refactor(connector): align folder name with package name for connector-mock-email
This commit is contained in:
IceHe.Life 2022-08-09 11:23:05 +08:00 committed by GitHub
parent 0270bf1be3
commit ba50de5d66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 10 additions and 15 deletions

View file

@ -21,10 +21,16 @@ jobs:
- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v1.2.3
- name: Package
- name: Add the mock connectors for integration tests only
run: |
./link-mock-connectors.sh
./package.sh
unset CI
unset GITHUB_ACTIONS
lerna add @logto/connector-mock-sms --scope=@logto/core
lerna add @logto/connector-mock-email --scope=@logto/core
lerna add @logto/connector-mock-social --scope=@logto/core
- name: Package
run: ./package.sh
- uses: actions/upload-artifact@v3
with:

View file

@ -1,11 +0,0 @@
set -eo pipefail
echo Link the mock connectors for integration tests only
cd packages/core
pnpm link @logto/connector-mock-sms
pnpm link @logto/connector-mock-email
pnpm link @logto/connector-mock-social
cd -
echo Update the pnpm-lock.json
pnpm i --no-frozen-lockfile --lockfile-only

View file

Before

Width:  |  Height:  |  Size: 470 B

After

Width:  |  Height:  |  Size: 470 B

2
pnpm-lock.yaml generated
View file

@ -445,7 +445,7 @@ importers:
tsc-watch: 5.0.3_typescript@4.7.4
typescript: 4.7.4
packages/connector-mock-mail:
packages/connector-mock-email:
specifiers:
'@logto/connector-types': ^1.0.0-beta.3
'@logto/shared': ^1.0.0-beta.3