Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 2974b7f

Browse files
committed
add test of runtime container
1 parent 9f2d957 commit 2974b7f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/code.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ jobs:
128128
context: .
129129
labels: ${{ steps.meta.outputs.labels }}
130130

131+
- name: Check runtime
132+
run: for i in ${{ steps.meta.outputs.tags }}; do docker run ${i} --version; done
133+
131134
- name: Upload build files
132135
uses: actions/upload-artifact@v3
133136
with:
@@ -176,4 +179,4 @@ jobs:
176179
env:
177180
TWINE_USERNAME: __token__
178181
TWINE_PASSWORD: ${{ secrets.pypi_token }}
179-
run: pipx run twine upload artifacts/dist/*
182+
run: pipx run twine upload build_files/dist/*

0 commit comments

Comments
 (0)