Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
chore(deps-dev): repo maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Apr 18, 2024
1 parent 99807aa commit defeb04
Show file tree
Hide file tree
Showing 15 changed files with 4,842 additions and 15,999 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,48 +46,3 @@ jobs:
# `chalk` has troubles with color detection while on CI and also in how it's used within our tests.
# https://github.com/chalk/supports-color/issues/106
FORCE_COLOR: 1

browser_tests:
name: Browser
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
fail-fast: true
matrix:
browser:
- chrome
- firefox
os:
- ubuntu-latest
- windows-latest

steps:
- name: Checkout source
uses: actions/checkout@v4

- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 18
cache: npm

- name: Install dependencies
run: npm ci

# Chrome
- uses: browser-actions/setup-chrome@latest
if: matrix.browser == 'chrome'

- name: Run tests on Chrome
if: matrix.browser == 'chrome'
run: |
npm run coverage:browser -- --browsers=ChromeHeadless
# Firefox
- uses: browser-actions/setup-chrome@latest
if: matrix.browser == 'firefox'

- name: Run tests on Firefox
if: matrix.browser == 'firefox'
run: |
npm run coverage:browser -- --browsers=FirefoxHeadless
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ coverage/
.mocha*
.nyc*
debug.js
karma.*.js
25 changes: 0 additions & 25 deletions karma.conf.js

This file was deleted.

Loading

0 comments on commit defeb04

Please sign in to comment.