Skip to content

Allow logger to compile without MPI #74

Allow logger to compile without MPI

Allow logger to compile without MPI #74

Workflow file for this run

name: ModEM Build Tests
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build Docker Image
run: docker build -t modem .