Skip to content

Fix #79 and some bugs #10

Fix #79 and some bugs

Fix #79 and some bugs #10

Workflow file for this run

name: Test the ng-terminal
on:
workflow_dispatch:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install and Test
run: |
npm ci
npm run lib:travis:test
- name: Create the Github page for testing
run: npm run page