Skip to content

Feature inline with latest nats #39

Feature inline with latest nats

Feature inline with latest nats #39

Workflow file for this run

on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.CI_REPOSITORY_ACCESS_TOKEN }}
- name: Setup NodeJS 14
uses: actions/setup-node@v1
with:
node-version: 14
- name: Test
run: |
lerna bootstrap --ci
lerna run test --since HEAD~1
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}