Skip to content

Commit 8e46095

Browse files
committed
chore(ci): remove simple test as coverage runs it too
1 parent 39c435e commit 8e46095

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828
- name: Check Formatting
2929
run: npm run format
3030

31-
- name: Test
32-
if: (${{ success() }} || ${{ failure() }})
33-
run: npm test
34-
3531
- name: Test Coverage
3632
if: (${{ success() }} || ${{ failure() }})
3733
run: npm run test:coverage

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Replace Maps iframes with OSM",
44
"author": "nobkd",
55
"license": "Unlicense",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"type": "module",
88
"homepage": "https://github.com/nobkd/replace-maps#readme",
99
"bugs": {

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "Replace Maps iframes with OSM",
33
"manifest_version": 2,
44
"name": "Replace Maps",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"homepage_url": "https://github.com/nobkd/replace-maps",
77
"icons": {
88
"48": "icons/48.png",

0 commit comments

Comments
 (0)