Skip to content

Commit 3cd1e4f

Browse files
committed
echo
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 4c48634 commit 3cd1e4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr-sglang.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ jobs:
9696
aws_region: ${{ secrets.AWS_REGION }}
9797
aws_account_id: ${{ secrets.AWS_ACCOUNT_ID }}
9898
image_uri: ${{ needs.build-sglang-image.outputs.IMAGE_URI }}
99-
# artifact_name: sglang-sagemaker-image-uri
99+
100+
- name: Container pull
101+
run: |
102+
echo "image_uri: ${{ needs.build-sglang-image.outputs.IMAGE_URI }}"
100103
101104
- name: Setup for SGLang datasets
102105
run: |

0 commit comments

Comments
 (0)