Skip to content

AppMap: Skip tests that are currently broken with appmap-node #2

AppMap: Skip tests that are currently broken with appmap-node

AppMap: Skip tests that are currently broken with appmap-node #2

Workflow file for this run

name: Build and Test
on:
push:
branches:
- master
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
cache: npm
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Build packages
run: npm run build
- name: Run tests with AppMap
run: npx appmap-node npm run test