0
Fork 0
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:
Juan Picado 2022-03-24 07:52:02 +01:00
parent 7e30384456
commit 3f8047a2d0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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