Skip to content

Merge branch 'main' into DAT_3177_clear_cache #100

Merge branch 'main' into DAT_3177_clear_cache

Merge branch 'main' into DAT_3177_clear_cache #100

Workflow file for this run

name: Test
on: [push]
jobs:
Basic-Tests:
runs-on: ubuntu-latest
steps:
- name: Install node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: git clone
uses: actions/checkout@v2
- name: npm install
run: npm i --force
- name: Run Tests
run: npm run test