Skip to content

Commit

Permalink
Add docker to test
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Mar 7, 2024
1 parent a1adbf1 commit a6f369d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ jobs:
echo ""
echo "RUNNER_ variables"
env | grep RUNNER_
echo ""
echo "Docker Containers"
docker ps -a
docker run --rm hello-world

0 comments on commit a6f369d

Please sign in to comment.