Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Dec 10, 2024
1 parent 8699dac commit 6be595d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ jobs:
run: |
ls -lh .
echo "------------"
ls -lh /tmp
ls -lh /tmp/charms
echo "------------"
ls -lh /tmp/charms/kfp-api/
for d in $(ls -lh /tmp/charms/); do ls -lh $d; done
- name: Run test
run: |
# Requires the model to be called kubeflow due to kfp-viewer
Expand Down

0 comments on commit 6be595d

Please sign in to comment.