Skip to content

Commit 852a750

Browse files
Test execution now exits in GitHub Action
1 parent 7e384b1 commit 852a750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
run: mvn install
2626

2727
- name: Test code
28-
run: mvn exec:java -Dexec.mainClass="com.applitools.example.AcmeBankTests" -Dexec.classpathScope=test
28+
run: mvn exec:exec@run-the-tests -Dexec.classpathScope=test
2929
env:
3030
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}

0 commit comments

Comments
 (0)