Cherry-pick 87067e9 (Update site/packages.yaml and site/modules.yaml (#1322)) from release/1.8.0 #2625
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
name: unit-tests | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
test: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: checkout | |
uses: actions/checkout@v2 | |
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 |