Skip to content

Commit 372d758

Browse files
authored
Update ci.yml to exclude legacy-sdk tests (#161)
1 parent 882367d commit 372d758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
architecture: x64
3636

3737
- name: Test
38-
run: ./gradlew test
38+
run: ./gradlew test -x :legacy-sdk:test
3939
env:
4040
TEST_SQUARE_TOKEN: ${{ secrets.TEST_SQUARE_TOKEN }}
4141
publish:

0 commit comments

Comments
 (0)