Skip to content

Commit

Permalink
Merge pull request #9 from test-results-reporter/7-testng-ignore-suit…
Browse files Browse the repository at this point in the history
…es-without-valid-tests

7 testng ignore suites without valid tests
  • Loading branch information
ASaiAnudeep authored Jun 9, 2022
2 parents 31cec82 + d00d98b commit 52eb962
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 200 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm test
Expand Down
Loading

0 comments on commit 52eb962

Please sign in to comment.