Skip to content

Commit e031a02

Browse files
committed
removed css file check in ci since its now bundled as one file
1 parent 39183ce commit e031a02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ jobs:
105105
name: widget-build
106106
path: |
107107
dist/embed/widget.*
108-
dist/embed/style.css
109108
retention-days: 1
110109

111110
test-widget:
@@ -137,7 +136,6 @@ jobs:
137136
ls -la dist/embed/
138137
echo "Checking for required files..."
139138
test -f dist/embed/widget.umd.js || (echo "widget.umd.js not found!" && exit 1)
140-
test -f dist/embed/style.css || (echo "style.css not found!" && exit 1)
141139
echo "Contents of root directory:"
142140
ls -la
143141
echo "Checking test-widget-embed.html exists:"

0 commit comments

Comments
 (0)