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 6be595d commit 44c4977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
echo "------------"
ls -lh /tmp/charms
echo "------------"
for d in $(ls -lh /tmp/charms/); do ls -lh $d; done
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 44c4977

Please sign in to comment.