Skip to content

New way of handling the path to the C1.h5 file in the m3dc1sup.in fil… #37

New way of handling the path to the C1.h5 file in the m3dc1sup.in fil…

New way of handling the path to the C1.h5 file in the m3dc1sup.in fil… #37

Workflow file for this run

name: CI
on:
push:
branches: [ plasma3D ]
pull_request:
branches: [ plasma3D ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Pull Docker image
run: docker pull plasmapotential/heat:v4.0
- name: Run simple CI configuration test
run: docker run -v ${{ github.workspace }}:/root/source/HEAT plasmapotential/heat:v4.0 python3 /root/source/HEAT/tests/integrationTests/ciTest.py
- name: NSTX-U Optical HEAT Calculation
run: docker run -v ${{ github.workspace }}:/root/source/HEAT plasmapotential/heat:v4.0 /root/source/HEAT/source/runTerminalModeTestOptical
# - name: NSTX-U Gyro-orbit HEAT Calculation
# run: docker run -v ${{ github.workspace }}:/root/source/HEAT plasmapotential/heat:v4.0 /root/source/HEAT/source/runTerminalModeTestGyro
#
# - name: NSTX-U Photon Radiation HEAT Calculation
# run: docker run -v ${{ github.workspace }}:/root/source/HEAT plasmapotential/heat:v4.0 /root/source/HEAT/source/runTerminalModeTestRad