Skip to content

fix(autoheal): attempt healing complex asymmetric partitions #844

fix(autoheal): attempt healing complex asymmetric partitions

fix(autoheal): attempt healing complex asymmetric partitions #844

Workflow file for this run

name: Run test case
on: [push, pull_request]
jobs:
run_test_case:
runs-on: ubuntu-latest
container:
image: erlang:24
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
make eunit
make ct
make cover
- name: Coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make coveralls
- uses: actions/upload-artifact@v4
if: always()
with:
name: logs
path: _build/test/logs
- uses: actions/upload-artifact@v4
with:
name: cover
path: _build/test/cover