Skip to content

Commit

Permalink
Remove tap
Browse files Browse the repository at this point in the history
  • Loading branch information
wipfli committed Jan 24, 2022
1 parent bd9a371 commit ade6263
Show file tree
Hide file tree
Showing 5 changed files with 12,431 additions and 18,959 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ jobs:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.architecture }}
- run: npm ci
- run: npm run lint
- run: npm run lint-docs
- run: npm run lint-css
- run: npm run lint-all
49 changes: 0 additions & 49 deletions .github/workflows/test-unit.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.architecture }}
- run: npm ci
- run: npm run test-jest
- run: npm run test

test_jest_ubuntu:
strategy:
Expand All @@ -49,4 +49,4 @@ jobs:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.architecture }}
- run: npm ci
- run: xvfb-run -s "-ac -screen 0 1280x1024x24" npm run test-jest
- run: xvfb-run -s "-ac -screen 0 1280x1024x24" npm run test
Loading

0 comments on commit ade6263

Please sign in to comment.