Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: peers/peerjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c0f1ed2caa5f43bcd5df7ddc2f5d5103d2deb5cc
Choose a base ref
..
head repository: peers/peerjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 99e651d6bd96a608b35f090eaa38617d0cc434e1
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 .github/workflows/test.yml
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run check
- run: npm run build
# - run: npm run lint
- run: npm run coverage