Skip to content

Commit

Permalink
Please work-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fly-Style committed Nov 26, 2024
1 parent 0d09358 commit a0d7873
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/compose-fastnear-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Compose Test With FastNear
name: Docker Compose Test With FastNear Indexer

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
- 'indexer/**' # Temporarily util it becomes prime way to obtain NEAR DA blocks.

jobs:
run-docker-compose-fastnear:
run-docker-compose:
runs-on: ubuntu-latest

steps:
Expand All @@ -24,7 +24,7 @@ jobs:
sudo apt-get update
sudo apt-get install docker-compose -y
- name: Build indexer container
- name: Build fastnear indexer container
uses: docker/build-push-action@v5
with:
load: true
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
"rollup0-relayer"
"nffl-fast-indexer"
"nffl-aggregator"
"nffl_agreator-health_1"
"nffl_aggregator-health_1"
"mainnet-anvil"
"prometheus"
"rollup0-anvil"
Expand All @@ -112,7 +112,7 @@ jobs:
services=(
"nffl_operator1-health_1"
"nffl_operator0-health_1"
"nffl_agreator-health_1"
"nffl_aggregator-health_1"
"rollup1-anvil"
"rollup0-anvil"
"mainnet-anvil"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
"rollup0-relayer"
"nffl-indexer"
"nffl-aggregator"
"nffl_agreator-health_1"
"nffl_aggregator-health_1"
"mainnet-anvil"
"prometheus"
"rollup0-anvil"
Expand All @@ -110,7 +110,7 @@ jobs:
services=(
"nffl_operator1-health_1"
"nffl_operator0-health_1"
"nffl_agreator-health_1"
"nffl_aggregator-health_1"
"rollup1-anvil"
"rollup0-anvil"
"mainnet-anvil"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-fastnear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ services:
networks:
- nffl

agreator-health:
aggregator-health:
image: debian:bookworm
depends_on:
aggregator:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ services:
networks:
- nffl

agreator-health:
aggregator-health:
image: debian:bookworm
depends_on:
aggregator:
Expand Down

0 comments on commit a0d7873

Please sign in to comment.