Fix bug in extension anv-spintevolve-3d #131
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Workflow to go through the steps required if there is a new | |
# oommf upgrade. | |
name: in-docker-repeat-oommf-update | |
on: | |
push: | |
schedule: | |
- cron: '0 0 2 * *' # run once per month | |
workflow_dispatch: | |
jobs: | |
in-docker: | |
runs-on: ${{ matrix.os }} | |
strategy: | |
matrix: | |
os: [ubuntu-latest] | |
steps: | |
- name: Initialisation | |
uses: actions/checkout@v3 | |
- name: Build and test inside container | |
run: make -f Makefile-update-oommf in-docker-replay-oommf-update |