* Add homerunner integration tests Uses homerunner-client which also serves to make sure the client works. * Be in the right working directory * Again with the working directories * Poll a non-existent endpoint to 404 rather than sleeping for an arbitrary amount of time; more robust on slow GHA boxes * Use env vars * Purposefully break the test to ensure things fail * Fix test * Update cmd/homerunner/test/test.mjs Co-authored-by: Will Hunt <will@half-shot.uk> Co-authored-by: Will Hunt <will@half-shot.uk>
42 lines
1.8 KiB
YAML
42 lines
1.8 KiB
YAML
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
# yarn lockfile v1
|
|
|
|
|
|
cross-fetch@^3.1.5:
|
|
version "3.1.5"
|
|
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
|
|
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
|
|
dependencies:
|
|
node-fetch "2.6.7"
|
|
|
|
homerunner-client@0.0.5:
|
|
version "0.0.5"
|
|
resolved "https://registry.yarnpkg.com/homerunner-client/-/homerunner-client-0.0.5.tgz#1fdb696461e044e79842c5a35e60892126c96a04"
|
|
integrity sha512-vYxYqPkoQIUScKVmJrgj0P11nM5gtslnMo8o8zdJnE7PIC6qsaEgZMCnU1VeBqkpcOSxIp4H8OknDNtuvlqwFg==
|
|
dependencies:
|
|
cross-fetch "^3.1.5"
|
|
|
|
node-fetch@2.6.7:
|
|
version "2.6.7"
|
|
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
|
|
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
|
|
dependencies:
|
|
whatwg-url "^5.0.0"
|
|
|
|
tr46@~0.0.3:
|
|
version "0.0.3"
|
|
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
|
|
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
|
|
|
|
webidl-conversions@^3.0.0:
|
|
version "3.0.1"
|
|
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
|
|
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
|
|
|
|
whatwg-url@^5.0.0:
|
|
version "5.0.0"
|
|
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
|
|
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
|
|
dependencies:
|
|
tr46 "~0.0.3"
|
|
webidl-conversions "^3.0.0"
|