Skip to content

Commit 595556b

Browse files
millotpFluf22
authored andcommitted
print the guide
1 parent 5e70d1f commit 595556b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,10 @@ jobs:
407407
- name: Generate code guides
408408
run: yarn cli guides ${{ matrix.client.language }} ${{ matrix.client.toRun }}
409409

410+
- name: print the file
411+
if: ${{ matrix.client.language == 'kotlin' }}
412+
run: cat docs/guides/kotlin/src/main/kotlin/com/algolia/snippets/deleteMultipleIndices.kt
413+
410414
- name: Build the guides to check validity
411415
run: yarn cli build guides ${{ matrix.client.language }}
412416

docs/guides/python/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[tool.poetry]
2-
name = "guides"
2+
name = "snippets"
33
version = "0.0.1"
4-
description = "guides for the python api client"
4+
description = "snippets for the python api client"
55
authors = ["Algolia Team <https://alg.li/support>"]
66
license = "MIT"
77
homepage = "https://www.algolia.com"
88
repository = "https://github.com/algolia/api-clients-automation"
9-
package-mode = false
109

1110
[tool.poetry.dependencies]
1211
python = "^3.8.1"

tests/CTS/guides/search.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
},
1616
"listIndicesSimple": {
1717
"method": "listIndices",
18-
"parameters": {
19-
"hitsPerPage": 100
20-
}
18+
"parameters": {}
2119
},
2220
"deleteMultipleIndicesPrimary": {
2321
"method": "multipleBatch",

0 commit comments

Comments
 (0)