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

Commit 015f642

Browse files
fix readme and bump version
1 parent 5ee4fb2 commit 015f642

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ steps:
2929
with:
3030
dsn: ${{secrets.SCOPE_DSN}} # required
3131
command: npm test # optional - default is 'npm test'
32+
command-cypress: npm run cypress:run # optional - command to run cypress tests if you repository includes them
33+
cypress-endpoint: http://localhost:3000 # optional - URL to run the cypress tests against.
3234
```

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scope-for-javascript-action",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Scope for Javascript GitHub Action",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)