workflows: list containers

This commit is contained in:
Dawid Dziurla 2020-03-21 20:04:58 +01:00
parent f37fb6b3e0
commit 1fbc1a240b
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: List
run: docker ps
- name: Run
uses: ./
with: