Skip to content

update workflows

update workflows #45

Triggered via push February 21, 2024 09:01
Status Failure
Total duration 41s
Billable time 3m
Artifacts

ci.yaml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 6 warnings
test (backend)
Process completed with exit code 1.
test (frontend)
Process completed with exit code 1.
test (smart_contract)
The job was canceled because "backend" failed.
test (smart_contract)
The operation was canceled.
test (frontend): frontend/src/components/ConnectWalletBtn.tsx#L25
React Hook useEffect has missing dependencies: 'disconnectAccount' and 'updateAccount'. Either include them or remove the dependency array
test (frontend): frontend/src/components/EditOfferModal.tsx#L53
React Hook useEffect has a missing dependency: 'offer.expireAt'. Either include it or remove the dependency array. If 'setDate' needs the current value of 'offer.expireAt', you can also switch to useReducer instead of useState and read 'offer.expireAt' in the reducer
test (frontend): frontend/src/components/ui/button.tsx#L56
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
test (frontend): frontend/src/context/walletProvider.tsx#L75
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
test (frontend): frontend/src/pages/MyAssets/index.tsx#L26
React Hook useEffect has missing dependencies: 'setSearchParams' and 'tab'. Either include them or remove the dependency array
test (frontend): frontend/src/pages/MyAssets/index.tsx#L32
React Hook useEffect has a missing dependency: 'connect'. Either include it or remove the dependency array