Skip to content

Merge pull request #169 from SamagraX-Stencil/revert-166-feat/voicere… #257

Merge pull request #169 from SamagraX-Stencil/revert-166-feat/voicere…

Merge pull request #169 from SamagraX-Stencil/revert-166-feat/voicere… #257

Workflow file for this run

name: RTL Tests
on:
push:
branches: [dev]
pull_request:
branches: [dev]
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm i
- name: Run the tests
run: npm run test