We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39183ce commit e031a02Copy full SHA for e031a02
.github/workflows/ci.yml
@@ -105,7 +105,6 @@ jobs:
105
name: widget-build
106
path: |
107
dist/embed/widget.*
108
- dist/embed/style.css
109
retention-days: 1
110
111
test-widget:
@@ -137,7 +136,6 @@ jobs:
137
136
ls -la dist/embed/
138
echo "Checking for required files..."
139
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)
141
echo "Contents of root directory:"
142
ls -la
143
echo "Checking test-widget-embed.html exists:"
0 commit comments