aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2021-12-29 21:09:59 -0600
committerGitHub <noreply@github.com>2021-12-29 21:09:59 -0600
commit39092273c83a6f88c522e600609b3e901337fd06 (patch)
tree85bb8be6a5690758c22456ad81d940f1e85e2eb4 /.github/workflows
parent2edf47ada4fd4fb1fe79d7183bda9dfdcdad8716 (diff)
downloadskyblock-api-39092273c83a6f88c522e600609b3e901337fd06.tar.gz
skyblock-api-39092273c83a6f88c522e600609b3e901337fd06.tar.bz2
skyblock-api-39092273c83a6f88c522e600609b3e901337fd06.zip
run tests on self hosted
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
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