Skip to content

Commit 53e4ee0

Browse files
kamal-kaur04francisf
authored andcommitted
add: push event
1 parent 7027196 commit 53e4ee0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/maven-comment-run.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
name: TestNG SDK Test workflow for Maven on comment RUN_TESTS
55

66
on:
7-
issue_comment:
8-
branches: [ "test-gh-workflow" ]
9-
types: [ created ]
7+
- push
8+
- issue_comment:
9+
branches: [ "test-gh-workflow" ]
10+
types: [ created ]
1011

1112
jobs:
1213
comment-run:

src/test/java/com/browserstack/SeleniumTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public class SeleniumTest {
1212
@BeforeMethod(alwaysRun = true)
1313
@SuppressWarnings("unchecked")
1414
public void setUp() throws Exception {
15-
System.out.println("TESTING... PR");
1615
ChromeOptions options = new ChromeOptions();
1716
options.addArguments("start-maximized");
1817
driver = new ChromeDriver(options);

0 commit comments

Comments
 (0)