Skip to content

Commit

Permalink
Add steps
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Dec 17, 2019
1 parent e41ac9c commit af25c4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/debug-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:

jobs:
show-docker:
runs-on: ubuntu-latest
runs-on: ubuntu-latest

steps:
- name: Show docker version
run: docker version
- name: Show docker --version
Expand Down

0 comments on commit af25c4c

Please sign in to comment.