Skip to content

Shows version and specification as path in toolbar #13

Shows version and specification as path in toolbar

Shows version and specification as path in toolbar #13

Workflow file for this run

name: Test
on:
workflow_dispatch: {}
pull_request:
branches: [main, develop]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Dependencies
run: npm install
- name: Test
run: npm test