We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f53e1 commit 6fb6f74Copy full SHA for 6fb6f74
1 file changed
.github/workflows/ci.yml
@@ -19,6 +19,10 @@ jobs:
19
run: npm ci --timing
20
- name: Lint javascript
21
run: npm run lint
22
+ - name: Verify minification uses script
23
+ run: |
24
+ npm run minify
25
+ git diff --exit-code Universal-Federated-Analytics-Min.js Universal-Federated-Analytics-Min.js.map
26
- name: Run tests
27
# aa-exec applies Ubuntu's AppArmor profile for stable Chrome binaries to the Chrome for Testing binary downloaded by Puppeteer
28
# Without it, Puppeteer fails with error "No usable sandbox!"
0 commit comments