Skip to content

get gh workflows working #3

get gh workflows working

get gh workflows working #3

Workflow file for this run

name: "Unit tests"
on:
pull_request:
branches:
- main
push:
branches:
- main
tags:
- "[0-9]+.[0-9]+.[0-9]+"
schedule:
# Weekly on saturday 23:59
- cron: "59 23 * * 6"
jobs:
test_suite:
runs-on: [self-hosted, linux, x64, gpu]
container:
image: continuumio/miniconda3
options: --runtime=nvidia --gpus all
steps:
- name: Pull code
- uses: actions/checkout@v4
- name: check running dir
run: ls -a .
- name: test-conda-avail
run: conda -list