From 39092273c83a6f88c522e600609b3e901337fd06 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Wed, 29 Dec 2021 21:09:59 -0600 Subject: run tests on self hosted --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c51ec78..ff62c33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ on: [ push, pull_request ] jobs: test: - runs-on: ubuntu-latest + runs-on: self-hosted name: Run tests steps: - name: Checkout -- cgit