Skip to content

Commit

Permalink
Merge pull request #303 from grischperl/197-integration-test
Browse files Browse the repository at this point in the history
test: prepare tests for yml to json change
  • Loading branch information
kyma-bot authored Dec 6, 2024
2 parents e928010 + 081bec3 commit a748eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-evaluation-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Companion Deploy - Create ConfigMap
run: |
echo "${{ secrets.COMPANION_CONFIGMAP }}" | base64 -d > scripts/k8s/companion-configmap.yaml
echo "${{ secrets.COMPANION_CONFIGMAP_JSON }}" | base64 -d > scripts/k8s/companion-configmap.yaml
kubectl apply -f scripts/k8s/companion-configmap.yaml
rm -f scripts/k8s/companion-configmap.yaml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,5 @@ jobs:
DOCS_TABLE_NAME: ${{ steps.int-tests-configs.outputs.DOCS_TABLE_NAME }}
run: |
echo "${{ secrets.MODELS }}" > config/config.yml
echo "${{ secrets.MODELS_JSON }}" | base64 --decode | jq > $GITHUB_WORKSPACE/config/config.json
poetry run poe test-integration

0 comments on commit a748eb8

Please sign in to comment.