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

fix: update @asyncapi/parser to 3.0.8 version #387

fix: update @asyncapi/parser to 3.0.8 version

fix: update @asyncapi/parser to 3.0.8 version #387

Workflow file for this run

on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
name: Check test coverage
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
- name: npm install, run test
run: |
npm install
npm run test
- name: Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}