Skip to content

Bump bootstrap-icons from 1.10.5 to 1.11.1 #360

Bump bootstrap-icons from 1.10.5 to 1.11.1

Bump bootstrap-icons from 1.10.5 to 1.11.1 #360

Workflow file for this run

name: Front end tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install deps
run: npm install
- name: Test front-end
run: npm test --watchAll=false