From 576e8bb8e4c209ae2e87b27f09c8c958f1d33e12 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Mon, 27 Nov 2023 12:04:08 +0100 Subject: [PATCH 1/3] ci: run tests on jsruntime-lib update --- .github/workflows/wpt.yml | 3 ++- .github/workflows/zig-test.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 3ae9c68f..6b6cbb0d 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -11,7 +11,7 @@ on: - "src/**/*.zig" - "src/*.zig" - "test/wpt/**" - - 'vendor/jsruntime-lib/**' + - "vendor/jsruntime-lib/**" pull_request: # By default GH trigger on types opened, synchronize and reopened. @@ -27,6 +27,7 @@ on: - "src/**/*.zig" - "src/*.zig" - "test/wpt/**" + - "vendor/jsruntime-lib/**" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/zig-test.yml b/.github/workflows/zig-test.yml index 8333f6c2..30e8b54b 100644 --- a/.github/workflows/zig-test.yml +++ b/.github/workflows/zig-test.yml @@ -10,7 +10,7 @@ on: paths: - "src/**/*.zig" - "src/*.zig" - - 'vendor/jsruntime-lib/**' + - "vendor/jsruntime-lib/**" pull_request: # By default GH trigger on types opened, synchronize and reopened. @@ -25,6 +25,7 @@ on: paths: - "src/**/*.zig" - "src/*.zig" + - "vendor/jsruntime-lib/**" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From 4b2f85fcf6b5f56f14c5c4abd0b8a4b5e917a9cf Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Mon, 27 Nov 2023 12:07:12 +0100 Subject: [PATCH 2/3] ci: fix deps change detection --- .github/workflows/build-deps.yml | 4 ++-- .github/workflows/wpt.yml | 4 ++-- .github/workflows/zig-test.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-deps.yml b/.github/workflows/build-deps.yml index da124ef3..2579e1f7 100644 --- a/.github/workflows/build-deps.yml +++ b/.github/workflows/build-deps.yml @@ -5,8 +5,8 @@ on: branches: - "main" paths: - - 'vendor/lexbor-src/**' - - 'vendor/netsurf/**' + - "vendor/lexbor-src" + - "vendor/netsurf/**" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 6b6cbb0d..dbd2f6c1 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -11,7 +11,7 @@ on: - "src/**/*.zig" - "src/*.zig" - "test/wpt/**" - - "vendor/jsruntime-lib/**" + - "vendor/jsruntime-lib" pull_request: # By default GH trigger on types opened, synchronize and reopened. @@ -27,7 +27,7 @@ on: - "src/**/*.zig" - "src/*.zig" - "test/wpt/**" - - "vendor/jsruntime-lib/**" + - "vendor/jsruntime-lib" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/zig-test.yml b/.github/workflows/zig-test.yml index 30e8b54b..45503e3f 100644 --- a/.github/workflows/zig-test.yml +++ b/.github/workflows/zig-test.yml @@ -10,7 +10,7 @@ on: paths: - "src/**/*.zig" - "src/*.zig" - - "vendor/jsruntime-lib/**" + - "vendor/jsruntime-lib" pull_request: # By default GH trigger on types opened, synchronize and reopened. @@ -25,7 +25,7 @@ on: paths: - "src/**/*.zig" - "src/*.zig" - - "vendor/jsruntime-lib/**" + - "vendor/jsruntime-lib" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From 11c18017c3fac11fc6b7265dfb02092f8b8992d4 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Mon, 27 Nov 2023 11:56:53 +0100 Subject: [PATCH 3/3] upgrade jsruntime-lib --- vendor/jsruntime-lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/jsruntime-lib b/vendor/jsruntime-lib index ed78daab..9b2c1e25 160000 --- a/vendor/jsruntime-lib +++ b/vendor/jsruntime-lib @@ -1 +1 @@ -Subproject commit ed78daab48b38eaff6b018f13392fcbc0078408b +Subproject commit 9b2c1e25169651033b826956789312b3982866db