Skip to content

Commit

Permalink
removed build step
Browse files Browse the repository at this point in the history
  • Loading branch information
KarineValenca committed Jul 27, 2020
1 parent 4a5e291 commit 0aebd32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nodeci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ jobs:
with:
node-version: '12.x'
- run: npm install
- run: npm run build --if-present
- run: npm test
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A Prometheus middleware to add basic but very useful metrics for your Express JS app.

![Node.js CI](https://github.com/labbsr0x/express-monitor/workflows/Node.js%20CI/badge.svg?branch=master)

# Metrics

The only exposed metrics (for now) are the following:
Expand Down

0 comments on commit 0aebd32

Please sign in to comment.