Skip to content

Commit

Permalink
Merge pull request #1 from sagarkori143/testingJest
Browse files Browse the repository at this point in the history
Testing jest
  • Loading branch information
sagarkori143 authored Mar 24, 2024
2 parents 0f75cce + d34d7fc commit 81e4fab
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Run Tests

on:
push:
branches:
- master
- gsocpractice




jobs:
test:
name: Run Tests
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'

- name: Install Dependencies
run: npm install

- name: Run Tests
run: npm test

1 change: 1 addition & 0 deletions assets/docs/fragments/cli-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Follow the [AsyncAPI CLI installation](https://github.com/asyncapi/cli#installat
<details>
<summary>MacOS</summary>


`brew`
<br/>
You can install in MacOS via brew: `brew install asyncapi`.
Expand Down

0 comments on commit 81e4fab

Please sign in to comment.