Skip to content

nikizadehgfdl is learning GitHub Actions #8

nikizadehgfdl is learning GitHub Actions

nikizadehgfdl is learning GitHub Actions #8

Workflow file for this run

name: basic tests
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
check-bats-version:
runs-on: lscgpu50
steps:
- run: whoami; module load git; which git; echo $PATH
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- run: pwd
- run: ls src/FMS; ls build