Skip to content

Merge pull request #253 from Mosas2000/fix/set-paused-timelock-bypass #109

Merge pull request #253 from Mosas2000/fix/set-paused-timelock-bypass

Merge pull request #253 from Mosas2000/fix/set-paused-timelock-bypass #109

Triggered via push March 10, 2026 23:09
Status Failure
Total duration 52s
Artifacts

ci.yml

on: push
Clarinet Check
2s
Clarinet Check
Frontend Lint
37s
Frontend Lint
Frontend Tests
48s
Frontend Tests
Post-Condition Audit
3s
Post-Condition Audit
Contract Tests
Contract Tests
Frontend Build
0s
Frontend Build
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 1 warning
Clarinet Check
Unable to resolve action hirosystems/clarinet-actions, repository not found
Frontend Lint: frontend/src/test/admin-transactions.test.js#L47
'beforeEach' is not defined
Frontend Lint: frontend/src/test/ErrorBoundary.test.jsx#L2
'fireEvent' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
Frontend Lint: frontend/src/lib/admin-transactions.js#L18
'makeContractCall' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
Frontend Lint: frontend/src/context/TipContext.jsx#L46
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Frontend Lint: frontend/src/context/ThemeContext.jsx#L35
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Frontend Lint: frontend/src/components/ui/toast.jsx#L75
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Frontend Lint: frontend/src/components/ui/animated-hero.jsx#L2
'motion' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
Frontend Lint: frontend/src/components/AdminDashboard.jsx#L381
'blockHeight' is defined but never used
Frontend Lint: frontend/src/components/AdminDashboard.jsx#L360
'Icon' is defined but never used
Frontend Lint: frontend/src/components/AdminDashboard.jsx#L7
'timelockProgress' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
Frontend Tests
Process completed with exit code 1.
src/test/analytics.test.js > Analytics > tracks batch tip events: frontend/src/test/analytics.test.js#L68
TypeError: __vite_ssr_import_1__.analytics.trackBatchTipStarted is not a function ❯ src/test/analytics.test.js:68:19
e2e/app.spec.js: frontend/e2e/app.spec.js#L3
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. ❯ TestTypeImpl._currentSuite node_modules/playwright/lib/common/testType.js:75:13 ❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:115:24 ❯ Function.describe node_modules/playwright/lib/transform/transform.js:282:12 ❯ e2e/app.spec.js:3:6
Frontend Lint: frontend/src/components/Leaderboard.jsx#L85
React Hook useCallback has missing dependencies: 'leaders.length' and 'loading'. Either include them or remove the dependency array