Skip to content

Validate Dolos installation on MacOS #1

Validate Dolos installation on MacOS

Validate Dolos installation on MacOS #1

Workflow file for this run

name: Validation
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
windows:
name: "Install and run CLI"
runs-on: macos-latest
steps:
- name: Setup Node 📚
uses: actions/setup-node@v4
with:
node-version: 21
- name: Install dolos
run: |
npm install -g @dodona/dolos
dolos --version
- name: Prepare analysis
run: |
wget https://dolos.ugent.be/simple-dataset.zip
- name: Run analysis on samples
run: |
cd analysis
dolos -f csv simple-dataset.zip