Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit dbe7c1f

Browse files
update routes
1 parent 7f969f4 commit dbe7c1f

File tree

3 files changed

+317
-316
lines changed

3 files changed

+317
-316
lines changed

action.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: 'Scope for Javascript'
22
author: 'Undefined Labs'
33
description: 'Automatically instruments and runs your tests using the Scope Javascript agent'
44
inputs:
5-
command: # command to run your tests
5+
command:
66
description: 'Command to run your tests'
77
required: false
8-
dsn: # scope dsn
8+
default: 'npm test'
9+
dsn:
910
description: 'Scope DSN'
1011
required: true
1112
runs:

0 commit comments

Comments
 (0)