1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

fix(cli): improve error handling in run test command

This commit is contained in:
Divlo
2021-06-25 13:02:34 +02:00
parent 59df53fcad
commit 99d5290e49
2 changed files with 10 additions and 4 deletions

View File

@ -81,6 +81,8 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v2'
with:
fetch-depth: 0
- name: 'Use Docker'
uses: 'actions-hub/docker/cli@master'