Skip to content

Commit ec09387

Browse files
committed
adding the build step
1 parent 5b08fd5 commit ec09387

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/integration-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ permissions:
1414
packages: read
1515

1616
jobs:
17-
# build-images:
18-
# name: "Build AgentEx Images"
19-
# uses: ./.github/workflows/build-agentex.yml
20-
# with:
21-
# commit-sha: ${{ inputs.commit-sha || 'main' }}
22-
#
17+
build-images:
18+
name: "Build AgentEx Images"
19+
uses: ./.github/workflows/build-agentex.yml
20+
with:
21+
commit-sha: ${{ inputs.commit-sha || 'main' }}
22+
2323
pull-agent-images:
2424
name: "Pull AgentEx Images"
2525
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)