Skip to content

Commit 50267b7

Browse files
committed
ci: fix verify workflow
1 parent 93b60d6 commit 50267b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
run: ./gradlew detekt
2626

2727
- name: Run Tests
28-
run: ./gradlew test
28+
run: ./gradlew testDebug

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/.idea/workspace.xml
88
/.idea/navEditor.xml
99
/.idea/assetWizardSettings.xml
10+
/.idea/*
1011
.DS_Store
1112
/build
1213
/captures

0 commit comments

Comments
 (0)