Skip to content

Commit

Permalink
test docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat committed Sep 25, 2024
1 parent 627ef49 commit 1ab6c4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/mobilecoin-workflow-dev-reset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ jobs:
steps:
- name: Test Docker
shell: bash
run: docker info
run: |-
docker info
echo "HOME=$HOME"
ls -al $HOME/.docker
sleep 3600
# reset-helm:
# runs-on: mcf-dev-small-x64
# strategy:
Expand Down

0 comments on commit 1ab6c4d

Please sign in to comment.