Skip to content

Commit 5aba3fc

Browse files
Corrected main class name
1 parent 6225560 commit 5aba3fc

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.quickstarts.AcmeBankTests" -Dexec.classpathScope=test
28+
run: mvn exec:java -Dexec.mainClass="com.applitools.example.AcmeBankTests" -Dexec.classpathScope=test
2929
env:
3030
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}

0 commit comments

Comments
 (0)