Skip to content

Commit

Permalink
fix(phase-2): add todo for mock files
Browse files Browse the repository at this point in the history
  • Loading branch information
totraev committed Oct 25, 2024
1 parent 887b393 commit 5e25f5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
environment: [devnet, phase-2-devnet, staging, testnet, mainnet-private, mainnet]
environment:
[devnet, phase-2-devnet, staging, testnet, mainnet-private, mainnet]
environment: ${{ matrix.environment }}
steps:
- name: Checkout repository
Expand Down Expand Up @@ -51,7 +52,8 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
environment: [devnet, phase-2-devnet, staging, testnet, mainnet-private, mainnet]
environment:
[devnet, phase-2-devnet, staging, testnet, mainnet-private, mainnet]
needs: ["docker_build"]
steps:
- name: Download Docker image from workspace
Expand Down Expand Up @@ -84,7 +86,8 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
environment: [devnet, phase-2-devnet, staging, testnet, mainnet-private, mainnet]
environment:
[devnet, phase-2-devnet, staging, testnet, mainnet-private, mainnet]
needs: ["docker_build"]
steps:
- name: Download Docker image from workspace
Expand Down
1 change: 1 addition & 0 deletions src/components/delegations/DelegationList/mock.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//TODO: remove all mocks after integration with backend
import type { Delegation } from "./type";

export const data: Delegation[] = [
Expand Down

0 comments on commit 5e25f5b

Please sign in to comment.