Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tooomm authored May 30, 2022
1 parent d2f6d0a commit 92a4c16
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,14 @@ jobs:
run: |
docker --version
echo
echo "node --version (dr4ft container)"
docker run dr4ft-image node --version
echo
docker images dr4ft-image
echo
docker ps
echo
docker top dr4ft
echo "Node version (dr4ft container)"
docker run dr4ft node --version
echo
docker logs dr4ft
docker top dr4ft
lint:
Expand Down

0 comments on commit 92a4c16

Please sign in to comment.