Skip to content

Commit a9850b9

Browse files
committed
refactor: removed debug step from workflow
1 parent d6f2a0c commit a9850b9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/unit-test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ jobs:
4848
# working-directory: ./packages/${{ matrix.plugin }}
4949
# run: npm run prepack
5050

51-
- name: Debug environment
52-
run: |
53-
echo "Current directory: $(pwd)"
54-
echo "Node version: $(node -v)"
55-
echo "NPM version: $(npm -v)"
56-
echo "Installed packages:"
57-
npm ls
58-
5951

6052
- name: Run tests for the plugin
6153
working-directory: /home/runner/work/cli/cli/packages/${{ matrix.plugin }}

0 commit comments

Comments
 (0)