Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Dec 10, 2024
1 parent d72ff75 commit b07c96a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ jobs:
ls -lh /tmp/
echo "---------------"
ls -lh
echo "---------------"
ls -lh /tmp/packed-charm-cache-true-.-charms-kfp-api-base-0/charms/kfp-api/
- name: Integration tests
run: |
# Requires the model to be called kubeflow due to
Expand Down
2 changes: 1 addition & 1 deletion charms/kfp-api/tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def test_build_and_deploy(self, ops_test: OpsTest):
resources = {"oci-image": image_path}

await ops_test.model.deploy(
entity_url="/tmp/packed-charm-cache-true-.-charms-kfp-api-base-0",
entity_url="/tmp/packed-charm-cache-true-.-charms-kfp-api-base-0/charms/kfp-api/kfp-api_ubuntu-20.04-amd64.charm",
application_name=APP_NAME,
resources=resources,
trust=True,
Expand Down

0 comments on commit b07c96a

Please sign in to comment.