Skip to content

Commit 6bee274

Browse files
committed
move build images
1 parent f4289e9 commit 6bee274

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/integration_attester_test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ jobs:
4343
fi
4444
done
4545
46-
- name: Build Docker images (compose)
47-
run: |
48-
set -euo pipefail
49-
echo "Building images"
50-
docker compose -f .github/compose/stack/docker-compose.yml build --pull
51-
docker images | awk 'NR==1 || /integration-tests-binaries/ {print}' || true
52-
5346
- name: Set up Go
5447
uses: actions/setup-go@v5
5548
with:
@@ -69,6 +62,13 @@ jobs:
6962
ignite app install github.com/ignite/apps/evolve@$IGNITE_EVOLVE_APP_VERSION
7063
ignite evolve add
7164
65+
- name: Build Docker images (compose)
66+
run: |
67+
set -euo pipefail
68+
echo "Building images"
69+
docker compose -f .github/compose/stack/docker-compose.yml build --pull
70+
docker images | awk 'NR==1 || /integration-tests-binaries/ {print}' || true
71+
7272
- name: Start Local DA
7373
run: |
7474
echo "Starting local DA in background"

0 commit comments

Comments
 (0)