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:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user