From eda43cb6acb3a4652936aeb70991de9f9dd887c6 Mon Sep 17 00:00:00 2001 From: h4321 <42736789+h4321@users.noreply.github.com> Date: Fri, 28 Oct 2022 07:51:17 +0200 Subject: [PATCH 1/2] Update History.aspx.cs --- .../Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BankExample.WebSite/Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs b/BankExample.WebSite/Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs index fc2cf3f..c54470f 100644 --- a/BankExample.WebSite/Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs +++ b/BankExample.WebSite/Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs @@ -9,7 +9,7 @@ public partial class History : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { - Bank bank = BankProvider.Instance.GetBank(this.Application, true, true); + Bank bank = BankProvider.Instance.GetBank(this.Application, true, true); BankUser user = bank.GetUserByLogin(Page.User.Identity.Name); string accountNumber = Request["account"]; From cad0606ba057afdb12e6a85a35c8164ed70f9cd4 Mon Sep 17 00:00:00 2001 From: h4321 <42736789+h4321@users.noreply.github.com> Date: Mon, 31 Oct 2022 17:59:34 +0100 Subject: [PATCH 2/2] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7685ec..b05b17f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,7 @@ on: jobs: # This workflow contains a single job called "build" dotTEST: + name: dotTEST P1 # The type of runner that the job will run on runs-on: self-hosted