Skip to content

Commit

Permalink
Update workflow and package information
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemish Gopani committed Jul 14, 2024
1 parent 6d812d4 commit 435fab5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 15 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build Check

on:
push:
pull_request:
branches:
- "*"

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Use Node.js 10.x
uses: actions/setup-node@v3
with:
node-version: 10.x
cache: 'npm'
- run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn test
11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "wdio-mochawesome-reporter",
"version": "4.0.0",
"description": "A WebdriverIO plugin. Generates json results in Mochawesome format.",
"author": "Jim Davis <fijijavis@gmail.com>",
"homepage": "https://github.com/fijijavis/wdio-mochawesome-reporter.git#readme",
"author": "Jemish Gopani <jemishgopani2@gmail.com>",
"homepage": "https://github.com/jemishgopani/wdio-mochawesome-reporter.git#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fijijavis/wdio-mochawesome-reporter.git"
"url": "git+https://github.com/jemishgopani/wdio-mochawesome-reporter.git"
},
"main": "src/index.js",
"files": [
Expand All @@ -26,7 +26,7 @@
"wdio-reporter"
],
"bugs": {
"url": "https://github.com/fijijavis/wdio-mochawesome-reporter/issues"
"url": "https://github.com/jemishgopani/wdio-mochawesome-reporter/issues"
},
"dependencies": {
"@wdio/reporter": "^5.7.8",
Expand All @@ -44,6 +44,7 @@
"jest-matchers": "^20.0.3"
},
"contributors": [
"Jemish Gopani",
"Jim Davis"
],
"peerDependencies": {
Expand Down

0 comments on commit 435fab5

Please sign in to comment.