Skip to content

Commit ee056df

Browse files
authored
Add back missing step
1 parent d5ade5a commit ee056df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
DOCKER_IMAGE_TAG=$(echo ${{ github.head_ref || github.ref_name }} | sed 's/[^a-zA-Z0-9\-\._]/-/g')
4343
echo "DOCKER_IMAGE_TAG=${DOCKER_IMAGE_TAG}" >> $GITHUB_ENV
4444
- name: Build ANMS
45-
run: ${DOCKER_CMD} compose ${ANMS_COMPOSE_OPTS} build
45+
run: |
46+
${DOCKER_CMD} compose ${ANMS_COMPOSE_OPTS} build builder-base builder-init builder-acelib
47+
${DOCKER_CMD} compose ${ANMS_COMPOSE_OPTS} build
4648
- name: Build Agents
4749
run: ${DOCKER_CMD} compose ${TESTENV_COMPOSE_OPTS} build
4850
- name: Build Volume

0 commit comments

Comments
 (0)