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:
parent
0270bf1be3
commit
ba50de5d66
14 changed files with 10 additions and 15 deletions
12
.github/workflows/integration-test.yml
vendored
12
.github/workflows/integration-test.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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
|
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 470 B |
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue