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:
parent
d461fdf516
commit
7e30384456
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-jest-workflow.yml
vendored
2
.github/workflows/e2e-jest-workflow.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue