Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from sxwei123/develop
Browse files Browse the repository at this point in the history
Add test badge to readme
  • Loading branch information
sxwei123 authored Jan 3, 2021
2 parents 1ece2c9 + d043b3a commit 5e91aac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v1
with:
node-version: "10.x"
node-version: "12.x"
registry-url: "https://registry.npmjs.org"
- run: yarn install
- run: yarn publish
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- master

jobs:
release:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Azure Log Analytics Data Collector Client

![Test status](https://github.com/sxwei123/azure-log-analytics-data-collector-client/workflows/Test/badge.svg?branch=master)

A node.js wrapper for [Azure Monitor HTTP Data Collector API](https://docs.microsoft.com/en-us/azure/azure-monitor/platform/data-collector-api).

## Installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-log-analytics-data-collector-client",
"version": "2.2.1",
"version": "2.2.2",
"description": "Node.js wrapper for Azure Log Analytics data collector API",
"main": "./dist/index.js",
"exports": "./dist/index.js",
Expand Down

0 comments on commit 5e91aac

Please sign in to comment.