Skip to content

Commit

Permalink
test artifact ndoe
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Jul 19, 2024
1 parent 6179244 commit 87a5fe8
Show file tree
Hide file tree
Showing 6 changed files with 1,525 additions and 73 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
- name: Install dependencies
run: npm install
- name: runs script
run: node test/test.js
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
| create-comment | Whether the action should comment the output status. | false | true |
| working-directory | Working directory to run the action in | false | "." |
## Coverage
By default, running the test coverage will create a directory `coverage`, containing an `lcov.info` file. It is recommended that this file is added to `.gitignore` to prevent merge conflicts.

## Contributing

This project welcomes contributions. Please check out our [Contributing guide](CONTRIBUTING.md) to learn more on how to get started.
Expand Down
Loading

0 comments on commit 87a5fe8

Please sign in to comment.