Bump GameFinder.StoreHandlers.GOG from 4.2.0 to 4.2.2 (#446) #1069
test.yml
on: push
test_and_check_coverage
51s
Matrix: test
Annotations
1 error and 2 warnings
test_and_check_coverage
Bad response: 500 <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>A Problem Has Occurred</title>
<meta name="viewport" content="width=device-width">
<style>
/* ---------------------------------------------------------------------------
Base Styles
--------------------------------------------------------------------------- */
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
width: 100%;
height: 100%;
font-size: 62.5%;
}
body {
background: #FCFCFC;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 15px;
font-size: 1.5rem;
color: #666;
margin: 4em auto 0 auto;
padding: 0.6em;
}
h1, h2 {
margin: 1em 0 1.4em;
font-size: 2.2rem;
font-weight: 500;
text-rendering: optimizelegibility;
color: #222;
text-shadow: 0 1px 0 white;
}
p {
font-size: 2.1rem;
line-height: 1.4;
font-weight: 300;
color: #777;
}
a,
a:visited {
color: #0088cc;
}
a:hover {
color: #0088cc;
text-decoration: none;
}
.cta-link {
font-weight: normal;
}
header[role=banner] {
text-align: center;
}
.logo {
width: 60px;
}
.page-title span {
font-weight: 400;
color: #444;
}
.primary-article {
padding: 0.25em 0;
}
.divider:before {
border-bottom: 1px solid #fff;
border-top: 1px solid #E0E0E0;
content: "";
display: block;
}
.inline-nav a {
display: inline-block;
line-height: 1.2em;
padding: 0 0.6em;
border-right: 1px solid #E0E0E0;
border-left: 1px solid #fff;
}
.inline-nav a:hover {
border-bottom: none;
}
.inline-nav :first-child {
padding-left: 0;
}
.inline-nav :last-child {
border-right: none;
}
.small-print {
font-size: 13px;
font-size: 1.3rem;
}
.cta-link {
font-size: 2rem;
font-weight: normal;
}
footer[role=contentinfo] {
display: inline-block;
padding-top: 1.3em;
}
/* ---------------------------------------------------------------------------
Mobile (portrait)
--------------------------------------------------------------------------- */
@media only screen and (max-width : 320px) {
html {
font-size: 56.5%;
}
.primary-article p,
footer[role=contentinfo] {
padding: 0 1.2em;
}
footer[role=contentinfo] {
font-size: 11px;
}
}
/* ---------------------------------------------------------------------------
Default Desktop
--------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
body {
max-width: 30.1em;
font-size: 23px;
font-size: 2.3rem;
font-weight: 200;
}
}
/* ---------------------------------------------------------------------------
Fadein Animation
--------------------------------------------------------------------------- */
.ani {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-30px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-30px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@Keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-30px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fade-in-down {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
animation-name: fadeInDown;
}
</style>
<script>
humanize = function(property) {
return property.replace(/_/g, ' ')
.replace(/(\w+)/g, function(match) {
return match.charAt(0).toUpperCase() + match.slice(1);
});
};
</script>
<script>
var helps = [
"Container application tro
|
test (self-hosted, windows)
Failed to install dotnet runtime + cli, exit code: 1. dotnet-install: Failed to extract package. Exception: Access to the path '8.0.6' is denied.
New-Item : Access to the path '8.0.6' is denied.
At C:\actions-runner\_work\_actions\actions\setup-dotnet\v4\externals\install-dotnet.ps1:856 char:21
+ ... New-Item -ItemType Directory -Force -Path $DestinationDir ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : PermissionDenied: (C:\Program Files\dotnet\host\fxr\8.0.6:String) [New-Item], Unauthoriz
edAccessException
+ FullyQualifiedErrorId : CreateDirectoryUnauthorizedAccessError,Microsoft.PowerShell.Commands.NewItemCommand
|
test_and_check_coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: coverallsapp/github-action@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|