Skip to content

Commit

Permalink
skip failing tests on PR (#164)
Browse files Browse the repository at this point in the history
* skip testng on PR

* again

* again

* again

---------

Co-authored-by: Daniel Graham <[email protected]>
  • Loading branch information
dpgraham and Daniel Graham authored Jan 8, 2024
1 parent e510f33 commit 48ea3ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/junit4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: JUnit 4 Tests
on:
push:
branches: [ main ]
pull_request:
# pull_request:

jobs:
formatting:
Expand All @@ -19,6 +19,7 @@ jobs:
files: "selenium-junit4-examples/**/*.java"
skip-commit: true
- name: Print diffs
if: success() || failure()
run: git --no-pager diff --exit-code

build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/selenium-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Selenium JUnit 5 Tests
on:
push:
branches: [ main ]
pull_request:
# pull_request:

jobs:
formatting:
Expand All @@ -19,8 +19,10 @@ jobs:
files: "selenium-examples/**/*.java"
skip-commit: true
- name: Print diffs
if: success() || failure()
run: git --no-pager diff --exit-code


build:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: TestNg Tests
on:
push:
branches: [ main ]
pull_request:
# pull_request:

jobs:
build:
Expand Down

0 comments on commit 48ea3ae

Please sign in to comment.