Skip to content

Commit

Permalink
workflow: use --include=peer instead of second install script
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Jan 14, 2024
1 parent d5d5353 commit d618a8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- run: npm ci
- run: npm run install-browser-deps
- run: npm ci --include=peer
# - run: npm run install-browser-deps

# Install playwright dependencies
- run: npx playwright install-deps
# - run: npx playwright install-deps

- run: npm run test:browser -w=@ethereumjs/block
- run: npm run test:browser -w=@ethereumjs/rlp
- run: npm run test:browser -w=@ethereumjs/util
- run: npm run test:browser -w=@ethereumjs/common
Expand All @@ -48,7 +49,6 @@ jobs:
- run: npm run test:browser -w=@ethereumjs/wallet
- run: npm run test:browser -w=@ethereumjs/statemanager
- run: npm run test:browser -w=@ethereumjs/evm
- run: npm run test:browser -w=@ethereumjs/block
# VM: several tests not passing yet
# - run: npm run test:browser -w=@ethereumjs/vm

0 comments on commit d618a8f

Please sign in to comment.