Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Implement heatmap matrix computation, fix bugs in artificial segment query, add network caching, other refactoring #13

Implement heatmap matrix computation, fix bugs in artificial segment query, add network caching, other refactoring

Implement heatmap matrix computation, fix bugs in artificial segment query, add network caching, other refactoring #13

Workflow file for this run

name: "Test"
on:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout
uses: actions/checkout@v4
- name: 📥 Checkout PR
uses: goat-community/.github/.github/actions/pr-git-checkout
- name: 📥 Poetry install
uses: goat-community/.github/.github/actions/poetry-install
with:
cwd: ${{ github.workspace }}
- name: 🔬 Run tests
run: poetry run bash scripts/test.sh