Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldoakes committed Nov 4, 2022
1 parent 4cd1904 commit f87d753
Show file tree
Hide file tree
Showing 5 changed files with 6,919 additions and 5,424 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- run: npm install
- uses: ply-ct/ply-action@v1.0.4
- uses: ply-ct/ply-action@v1.1.0
with:
ply-path: node_modules/ply-ct/dist
```
Expand All @@ -46,7 +46,7 @@ able to retrieve their workflow build status. The question mark at the end of th
## Private repositories
Private repositories can use ply-action as in the example above, but to include a badge some additional configuration is needed:
```yaml
- uses: ply-ct/ply-action@v1.0.4
- uses: ply-ct/ply-action@v1.1.0
with:
ply-path: node_modules/ply-ct/dist
github-token: ${{ secrets.MY_GITHUB_TOKEN }}
Expand All @@ -65,7 +65,7 @@ If you've already integrated Ply CLI commands into a GitHub workflow (say with c
skip Ply test execution altogether, and use ply-action simply to perform a badge commit based on the results of previous Ply CLI run.
In that case, specify the path to an overall Ply results file created using the `--resultFile` [CLI arg](https://ply-ct.org/ply/topics/config):
```yaml
- uses: ply-ct/ply-action@v1.0.4
- uses: ply-ct/ply-action@v1.1.0
with:
ply-path: node_modules/ply-ct/dist
result-file: test/api/results/actual/ply-results.json
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ outputs:
ply-result:
description: Ply test result summary
runs:
using: node12
using: node16
main: './dist/index.js'

Loading

0 comments on commit f87d753

Please sign in to comment.