Test on SHR (#15)

* Test on SHR

* Fix name? Maybe?

* Restore proper Bash syntax

* Simplify build

* Pin to Isaiah

* Update to checktout v4

* Bring back the caching

* Set plugin path locally

* Separate jobs, just so I can handle this

* Allow easier target switching

* Test just qemu

* Constrain HTTP ports

* Prevent resource collision for network

* Re-enable building all

* Try only vbox
This commit is contained in:
Greg Hellings
2023-12-12 11:57:09 -06:00
committed by GitHub
parent ebbc8a7371
commit 255f6f68e6
4 changed files with 28 additions and 35 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ class Provider:
@property
def runner(self) -> str:
if self.name == "qemu":
return "ubuntu-latest"
return "isaiah"
elif self.name.startswith("virtualbox"):
return "macos-12"
return "isaiah"
return None