aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-29 21:21:55 -0600
committermat <github@matdoes.dev>2021-12-29 21:21:55 -0600
commit65586a991b94712c761b3ca38ff2e0bf4d310ade (patch)
tree6fd1ca9a1d1ae3e19aafc2e9ca368d9d7aa38d0c /.github
parent39092273c83a6f88c522e600609b3e901337fd06 (diff)
downloadskyblock-api-65586a991b94712c761b3ca38ff2e0bf4d310ade.tar.gz
skyblock-api-65586a991b94712c761b3ca38ff2e0bf4d310ade.tar.bz2
skyblock-api-65586a991b94712c761b3ca38ff2e0bf4d310ade.zip
Revert "run tests on self hosted"
This reverts commit 39092273c83a6f88c522e600609b3e901337fd06.
Diffstat (limited to '.github')
-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 ff62c33..c51ec78 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -2,7 +2,7 @@ on: [ push, pull_request ]
jobs:
test:
- runs-on: self-hosted
+ runs-on: ubuntu-latest
name: Run tests
steps:
- name: Checkout