From e4e929877977d03f3d77c9094c5a1fef4cbad288 Mon Sep 17 00:00:00 2001 From: Shay Faber Date: Tue, 28 Jan 2025 11:12:55 +0100 Subject: [PATCH 1/3] Update main.yml (change runner) Updated runner to windows-latest. This makes the flow significantly slower, but might be a workaround to address issues between Ubuntu and webkit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b50bce0..2c54539 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: jobs: build-and-selftest: - runs-on: ubuntu-latest + runs-on: windows-latest env: BASE_URL: https://hyva-demo.elgentos.io/ From 56d258af19ca344953ab0f0e5c09788fae1331fb Mon Sep 17 00:00:00 2001 From: Shay Faber Date: Tue, 28 Jan 2025 11:13:36 +0100 Subject: [PATCH 2/3] Update main.yml Added workflow run when pushing commit to this branch --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c54539..5984826 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,6 +4,9 @@ on: pull_request: branches: - main + push: + branches: + - github-actions-test jobs: build-and-selftest: From 9d8d24c16c42b2ea97478fd562418ad94d686d87 Mon Sep 17 00:00:00 2001 From: Shay Faber Date: Tue, 28 Jan 2025 13:31:29 +0100 Subject: [PATCH 3/3] Update main.yml (remove `on push`) --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5984826..2c54539 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,9 +4,6 @@ on: pull_request: branches: - main - push: - branches: - - github-actions-test jobs: build-and-selftest: