Skip to content

Commit

Permalink
Enhance virtual-env workflow
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Feb 15, 2021
1 parent dc4c1fc commit 659fcba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/virtual-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@ jobs:
- ubuntu-18.04
- ubuntu-16.04
steps:
-
name: List install packages
run: apt list --installed
-
name: Docker info
run: docker info
-
name: Docker buildx version
name: Docker version
run: docker version
-
name: buildx version
run: docker buildx version
-
name: containerd version
Expand Down

0 comments on commit 659fcba

Please sign in to comment.