Skip to content

Commit ceb9733

Browse files
authored
Update storing-workflow-data-as-artifacts.md (#618)
1 parent acec423 commit ceb9733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/guides/storing-workflow-data-as-artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ For example, your repository or a web application might contain SASS and TypeScr
7474
|
7575
```
7676

77-
This example shows you how to create a workflow for a Node.js project that `builds` the code in the `src` directory and runs the tests in the `tests` directory. You can assume that running `npm test` produces a code coverage report named `code-coverage.html` stored in the `output/test/` directory.
77+
This example shows you how to create a workflow for a Node.js project that builds the code in the `src` directory and runs the tests in the `tests` directory. You can assume that running `npm test` produces a code coverage report named `code-coverage.html` stored in the `output/test/` directory.
7878

7979
The workflow uploads the production artifacts in the `dist` directory, but excludes any markdown files. It also and uploads the `code-coverage.html` report as another artifact.
8080

0 commit comments

Comments
 (0)