Skip to content

Commit 3948e51

Browse files
authored
Specify test class for Maven testing
1 parent e946d3b commit 3948e51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: ls -la
3232

3333
- name: Test with Maven
34-
run: mvn -Dwebdriver.chrome.logfile=${{ github.workspace }}/chromedriver.log -Dwebdriver.chrome.verboseLogging=true test
34+
run: mvn -Dwebdriver.chrome.logfile=${{ github.workspace }}/chromedriver.log -Dwebdriver.chrome.verboseLogging=true test -Dtest=AFirstChromeTest
3535

3636
- name: what fin
3737
if: always()

0 commit comments

Comments
 (0)