Skip to content

Commit

Permalink
update build cmd: include eraser module
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed May 14, 2022
1 parent 84a7961 commit 0a5de7b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 16.x
- run: npm ci
- run: npm run build:fast
- run: npm run build -- -f -x gestures,accessors
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/browser-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 16.x
- run: npm ci
- run: npm run build:fast
- run: npm run build -- -f -x gestures,accessors
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
node-version: 16.x
- run: npm ci
- run: npm run build:fast
- run: npm run build -- -f -x gestures,accessors
- run: npm run test:coverage && npm run test:visual:coverage
- uses: ChristiaanScheermeijer/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build:fast
- run: npm run build -- -f -x gestures,accessors
- run: npm run test -- --suite unit
2 changes: 1 addition & 1 deletion .github/workflows/visual-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build:fast
- run: npm run build -- -f -x gestures,accessors
- run: npm run test -- --suite visual
2 changes: 1 addition & 1 deletion .github/workflows/visual-test-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 16.x
- run: npm ci
- run: npm run build:fast
- run: npm run build -- -f -x gestures,accessors
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual-test-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 16.x
- run: npm ci
- run: npm run build:fast
- run: npm run build -- -f -x gestures,accessors
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
with:
Expand Down

0 comments on commit 0a5de7b

Please sign in to comment.