We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c37b7 commit 22aee92Copy full SHA for 22aee92
.github/workflows/maven-comment-run.yml
@@ -25,6 +25,8 @@ jobs:
25
26
steps:
27
- uses: actions/checkout@v3
28
+ with:
29
+ ref: refs/pull/${{ github.event.issue.number }}/head
30
- uses: actions/github-script@v6
31
id: check-membership
32
with:
src/test/java/com/browserstack/SeleniumTest.java
@@ -12,7 +12,6 @@ public class SeleniumTest {
12
@BeforeMethod(alwaysRun = true)
13
@SuppressWarnings("unchecked")
14
public void setUp() throws Exception {
15
- System.out.println("TESTING... PR");
16
ChromeOptions options = new ChromeOptions();
17
options.addArguments("start-maximized");
18
driver = new ChromeDriver(options);
0 commit comments