Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The code includes a Dockerfile in `app/Dockerfile`, which includes the steps to

To use the secret resource, you'll need first create a service account and associated secret. See this [Developer Community post](https://developercommunity.visualstudio.com/t/New-Kubernetes-service-connection-causes/10138123#T-N10138393) for more help.

## Running Tests

To run the tests for this application:

```bash
cd app
npm install
npm test
```

# Contributing

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
Expand Down
Loading