Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Sep 20, 2023
1 parent 6dfd697 commit 4d92f5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ jobs:
with:
node-version-file: .nvmrc
- name: Install dependencies
run: |
npm install
npm install @web/test-runner-playwright --no-save
npx playwright install-deps
run: npm install
- name: Lint (JavaScript)
run: npm run lint
- name: Unit Tests (cross-browser)
run: npx web-test-runner --files ./test/*.test.js --node-resolve --playwright --browsers chromium firefox webkit
run: npm run test:headless
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@babel/core": "^7",
"@babel/eslint-parser": "^7",
"@brightspace-ui/testing": "^0.34",
"@brightspace-ui/testing": "^1",
"@web/dev-server": "^0.2",
"eslint": "^8",
"eslint-config-brightspace": "^0.17",
Expand Down

0 comments on commit 4d92f5e

Please sign in to comment.