Skip to content

Use v-b-modal.modal-lg directive to open search modal #254

Use v-b-modal.modal-lg directive to open search modal

Use v-b-modal.modal-lg directive to open search modal #254

Workflow file for this run

name: Unit Tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm ci
- name: tests
run: npm run test