Skip to content

Commit f5b80b7

Browse files
committed
remove debugging from the test workflow
1 parent e71bbcf commit f5b80b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ jobs:
77
- uses: actions/checkout@v4
88
with:
99
fetch-depth: 0
10-
- name: Print current branch
11-
run: |
12-
echo "Current branch: $(git rev-parse --abbrev-ref HEAD)"
13-
echo "All branches:"
14-
git branch -a
1510
- name: Validate Plugin Version
1611
uses: ./
1712
with:

0 commit comments

Comments
 (0)