replace check on /var/spool with /local for Slurm 23 with job_container/tmpfs #5
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: Run tests | |
on: [push, pull_request] | |
jobs: | |
make_test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: run autogen | |
run: ./autogen.sh | |
- name: run configure | |
run: ./configure | |
- name: run tests | |
run: make test |