Skip to content

Bump semver from 6.3.0 to 6.3.1 in /backend #179

Bump semver from 6.3.0 to 6.3.1 in /backend

Bump semver from 6.3.0 to 6.3.1 in /backend #179

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