Skip to content

Commit 2fb2ec6

Browse files
test repo
1 parent a9175a4 commit 2fb2ec6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-plugin.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/[email protected]
4141
with:
4242
fetch-depth: 0
43-
path: ${{ inputs.plugin_directory }}
43+
sparse-checkout: ${{ inputs.plugin_directory }}
4444
- name: Set up Python
4545
uses: actions/[email protected]
4646
with:
@@ -62,8 +62,10 @@ jobs:
6262
- name: Test Plugin
6363
shell: bash
6464
run: |
65-
cd ${{ inputs.plugin_directory }}
65+
cd ${{ inputs.plugin_directory }}/
66+
ls -la
6667
dir=$(pwd)
68+
echo "Directory: $dir"
6769
hatch run pip install solace-agent-mesh twine -q
6870
hatch run solace-agent-mesh plugin add ${{ inputs.plugin_directory }} -u $dir
6971
hatch test

0 commit comments

Comments
 (0)