Skip to content

Commit

Permalink
Merge pull request #85 from jemishgopani/update_build_check_workflow
Browse files Browse the repository at this point in the history
Update workflow and package information
  • Loading branch information
jemishgopani authored Jul 14, 2024
2 parents 6d812d4 + 39f6ea8 commit 1c51305
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 15 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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
- 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 1c51305

Please sign in to comment.