Skip to content

Commit

Permalink
Merge pull request #249 from mfaizanse/kc-199-5
Browse files Browse the repository at this point in the history
fix: fix tests github action of doc_indexer
  • Loading branch information
kyma-bot authored Nov 4, 2024
2 parents 4c73750 + d9b489d commit bbc6e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-lint-doc-indexer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "doc_indexer/**"

jobs:
tests:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-tests-doc-indexer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
DATABASE_PASSWORD: ${{ steps.int-tests-configs.outputs.DATABASE_PASSWORD }}
# Kyma docs path.
DOCS_SOURCES_FILE_PATH: "./docs_sources.json"
DOCS_PATH: : "/test-data"
DOCS_PATH: "/test-data"
DOCS_TABLE_NAME: "kc_pr_${{ github.event.pull_request.number }}"
run: |
ls
Expand Down

0 comments on commit bbc6e3f

Please sign in to comment.