Skip to content

Commit

Permalink
test: postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed May 29, 2024
1 parent 5b47348 commit 85e5adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Install dependencies
run: |
npm ci
npx playwright install --with-deps chromium
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"author": "Matter Labs",
"license": "MIT",
"scripts": {
"postinstall": "npm run install:playwright && npm run install:playbook",
"install:playwright": "npx playwright install --with-deps chromium",
"postinstall": "npm run install:playbook",
"install:playbook": "cd src/playbook && npm install",
"integration-test:api": "jest --verbose",
"integration-test:ui": "npx playwright test",
Expand Down

0 comments on commit 85e5adc

Please sign in to comment.