Skip to content

[feature/update_to_spack_v1] Update NRL batch install script and NRL site configs; add flag to 'spack stack create env' to promote warnings to errors; updates from develop and release/1.9.0 branches #3402

[feature/update_to_spack_v1] Update NRL batch install script and NRL site configs; add flag to 'spack stack create env' to promote warnings to errors; updates from develop and release/1.9.0 branches

[feature/update_to_spack_v1] Update NRL batch install script and NRL site configs; add flag to 'spack stack create env' to promote warnings to errors; updates from develop and release/1.9.0 branches #3402

Workflow file for this run

name: unit-tests
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
submodules: true
- name: validate-modules-yaml
run: |
source ./setup.sh
spack-python util/modules_config_check.py
- name: run-unit-tests
run: |
source ./setup.sh
spack unit-test --extension=stack