0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

chore: remove argument pnpm e2e

This commit is contained in:
Juan Picado 2022-03-23 20:49:33 +01:00 committed by GitHub
parent d461fdf516
commit 7e30384456
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,7 +129,7 @@ jobs:
- name: 'Running the integration test'
run: |
source scripts/e2e-setup-ci.sh
npm init --force
npm init
npm install jest --registry http://localhost:4873
echo "it('should pass', () => { expect(true).toBeTruthy(); });" | tee pass.test.js