Skip to content

Add swarm matchs to the database #146

Add swarm matchs to the database

Add swarm matchs to the database #146

Workflow file for this run

name: Jest Tests
on: [push, pull_request]
env:
RIOT_API_KEY: '${{ secrets.RIOT_API_KEY }}'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
- name: Install Dependencies
run: npm install
- name: Run Jest Tests
run: npm test