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

Bump jsdom from 16.4.0 to 16.7.0 #5

Bump jsdom from 16.4.0 to 16.7.0

Bump jsdom from 16.4.0 to 16.7.0 #5

Workflow file for this run

name: "units-test"
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test
test-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ./
with:
apiHost: ${{ secrets.GRAFANA_API_HOST }}
apiToken: ${{ secrets.GRAFANA_API_TOKEN }}
text: Test annotation for ${{github.sha}}
dashboardId: 2
tags: test1,test2