Skip to content

BUG: fix CalvingCalvingMIP #7

BUG: fix CalvingCalvingMIP

BUG: fix CalvingCalvingMIP #7

Workflow file for this run

name: Main Workflow
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
ISSM_DIR: ${{ github.workspace }}
jobs:
build-test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
build_type: ['basic', 'codipack']
uses: ./.github/workflows/common-workflow.yml
with:
os: ${{ matrix.os }}
build_type: ${{ matrix.build_type }}
secrets: inherit
name: build-test-${{ matrix.os }}-${{ matrix.build_type }}