Skip to content

Commit ccae0a9

Browse files
committed
Update ci.yml
1 parent 29a0058 commit ccae0a9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,7 @@ jobs:
7070
run: |
7171
# list recursively all files and directories in the current directory
7272
ls -R
73-
74-
repo_name="${{ matrix.repository }}"
75-
repo_name=${repo_name##*/} # Extract the repo name
76-
echo "Processing plugin: $repo_name"
77-
cd "$repo_name"
78-
79-
pwd
73+
8074
pnpm install
8175
pnpm run build
8276
env:

0 commit comments

Comments
 (0)