Skip to content

Commit cb732e7

Browse files
ci: Disable android because it has caching trouble
1 parent 287e412 commit cb732e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
uses: graphqlswift/ci/.github/workflows/lint.yaml@main
1111
test:
1212
uses: graphqlswift/ci/.github/workflows/test.yaml@main
13+
with:
14+
include_android: false
1315
test-example:
1416
uses: graphqlswift/ci/.github/workflows/test.yaml@main
1517
with:
1618
package_path: "Examples/HelloWorldServer"
19+
include_android: false

0 commit comments

Comments
 (0)