Skip to content

Commit f7fa338

Browse files
authored
Update npm-bundle.yml
remove all test files for bundle
1 parent 98c2e02 commit f7fa338

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/npm-bundle.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
1818

19+
- name: Remove files containing '.test.'
20+
run: |
21+
echo "Folgende Dateien werden gelöscht:"
22+
find . -type f -name "*\.test\.*" -print
23+
find . -type f -name "*\.test\.*" -delete
24+
1925
# Beispiel: Abhängigkeiten installieren und Build erstellen
2026
- name: Set up Node.js
2127
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)