Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 in /frontend #180

Bump word-wrap from 1.2.3 to 1.2.4 in /frontend

Bump word-wrap from 1.2.3 to 1.2.4 in /frontend #180

Workflow file for this run

on:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: export USERNAME=${{ secrets.SCHUMAN_USERNAME }}; export PASSWORD=${{ secrets.SCHUMAN_PASSWORD }}
- run: cd backend && npm install --dev
- run: make tests