Skip to content

Commit

Permalink
test - Can I run docker commands in gh workflows?
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
  • Loading branch information
eapolinario committed Dec 16, 2024
1 parent a76e84e commit 6849a10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
else
echo "python_versions=[\"3.9\", \"3.12\"]" >> $GITHUB_ENV
fi
- name: Confirm Agent can start
run: |
docker run --rm -it ghcr.io/flyteorg/flyteagent:1.14.0 pyflyte serve agent --port 8000 --timeout 1
build:
needs:
Expand Down

0 comments on commit 6849a10

Please sign in to comment.