Skip to content

ci: add and link self-hosted runner #3

ci: add and link self-hosted runner

ci: add and link self-hosted runner #3

Workflow file for this run

name: CI
on:
pull_request:
push:
tags:
- "*"
branches:
- main
env:
MAIN_PYTHON_VERSION : '3.10'
LIBRARY_NAME: 'ansys-rocky-core'
DOCUMENTATION_CNAME: 'rocky.docs.pyansys.com'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
name: Tests
runs-on: [self-hosted, Windows, pyrocky]
steps:
- name: "Install"
run: |
pip install -e .
python -c "import ansys.rocky.prepost"