pyNEMO / nml_meld

Namelist visual diff and merge tool
MIT License
2 stars 0 forks source link

CI testing 'headless' #7

Open jdha opened 3 years ago

jdha commented 3 years ago

Work out how to setup unit tests under CI in 'headless' mode in order to handle the GUI

jdha commented 3 years ago

perhaps the following will allow headless tests:

- name: Run headless test
  uses: GabrielBB/xvfb-action@v1
  with:
    run: npm test

need to explore further