Skip to content

Commit

Permalink
ci: Re-enable browser & dist tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Feb 13, 2021
1 parent ff8bdca commit 3ac4a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browsers.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Browsers

on:
# - push
- push
- workflow_dispatch

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
# - run: npm run test:dist
- run: npm run test:dist

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3ac4a33

Please sign in to comment.