We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0329a commit eff19b2Copy full SHA for eff19b2
.github/workflows/build-test.yaml
@@ -102,7 +102,6 @@ jobs:
102
ls -al ${{ github.workspace }}
103
- name: Build Main
104
run: |
105
- docker compose ${ANMS_COMPOSE_OPTS} build builder-base builder-acelib
106
docker compose ${ANMS_COMPOSE_OPTS} build
107
- name: Build Agents
108
run: docker compose ${TESTENV_COMPOSE_OPTS} build
0 commit comments