mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: fix e2e pnpm7
This commit is contained in:
parent
7e30384456
commit
3f8047a2d0
2 changed files with 2 additions and 2 deletions
|
@ -178,7 +178,7 @@ jobs:
|
|||
# - name: 'Running the integration test'
|
||||
# run: |
|
||||
# source scripts/e2e-setup-ci.sh
|
||||
# pnpm init --force
|
||||
# pnpm init
|
||||
#
|
||||
# pnpm install -g @angular/cli
|
||||
# ng new verdaccio-angular --interactive=false
|
||||
|
|
2
.github/workflows/e2e-jest-workflow.yml
vendored
2
.github/workflows/e2e-jest-workflow.yml
vendored
|
@ -229,7 +229,7 @@ jobs:
|
|||
- name: 'Running the integration test'
|
||||
run: |
|
||||
source scripts/e2e-setup-ci.sh
|
||||
pnpm init --force
|
||||
pnpm init
|
||||
pnpm install jest --registry http://localhost:4873
|
||||
|
||||
echo "it('should pass', () => { expect(true).toBeTruthy(); });" | tee pass.test.js
|
||||
|
|
Loading…
Reference in a new issue