Skip to content

Commit

Permalink
update and rename selfhosted action
Browse files Browse the repository at this point in the history
  • Loading branch information
HastingsGreer authored Dec 8, 2023
1 parent 00a1799 commit b5d74c8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/selfhosted-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: gpu-tests

on: [push, pull_request]

jobs:
test-linux:
runs-on: [self-hosted, linux]
strategy:
max-parallel: 5

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Test with unittest
run: |
python -m unittest discover
1 change: 0 additions & 1 deletion .github/workflows/selfhosted_action.yml

This file was deleted.

0 comments on commit b5d74c8

Please sign in to comment.