Skip to content

Remove Jupyter notebook test file and refactor backup-related tests i… #2

Remove Jupyter notebook test file and refactor backup-related tests i…

Remove Jupyter notebook test file and refactor backup-related tests i… #2

Workflow file for this run

name: 'Run Tests via Makefile'
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@main
- name: run tests
run: make test