Skip to content

Merge branch 'develop' of https://github.com/jcsda/spack-stack into f… #79

Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…

Merge branch 'develop' of https://github.com/jcsda/spack-stack into f… #79

Workflow file for this run

name: util-tests
on: [pull_request,push,workflow_dispatch]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: checkout
uses: actions/checkout@v2
with:
submodules: false
- name: run-util-tests
run: |
export SPACK_STACK_DIR=$PWD
cd util/
./util_tests.sh