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

test(cli): add commands/run/test

This commit is contained in:
Divlo
2021-12-06 17:18:14 +01:00
parent 249bb3a367
commit cffaa9ec40
8 changed files with 128 additions and 12 deletions

View File

@ -48,6 +48,11 @@ jobs:
steps:
- uses: 'actions/checkout@v2'
- name: 'Use Docker'
uses: 'actions-hub/docker/cli@master'
env:
SKIP_LOGIN: true
- name: 'Use Node.js'
uses: 'actions/setup-node@v2.5.0'
with: