From e11ceab029033415fdbf74a0dceb72f3b410121a Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Wed, 22 Jan 2025 13:46:54 +0100 Subject: [PATCH 1/2] upgrade vendor/zig-js-runtime --- vendor/zig-js-runtime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/zig-js-runtime b/vendor/zig-js-runtime index 1b1b3431..f40f4914 160000 --- a/vendor/zig-js-runtime +++ b/vendor/zig-js-runtime @@ -1 +1 @@ -Subproject commit 1b1b3431ff8ca06c2344654fe2ca5e71d3be8845 +Subproject commit f40f4914667f4fc7cd14ee0df0e76a2fd8d835b4 From 673e16878d1924331891fb4926a80482fa0e951c Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Wed, 22 Jan 2025 13:48:52 +0100 Subject: [PATCH 2/2] ci: run tests on vendor changes --- .github/workflows/zig-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/zig-test.yml b/.github/workflows/zig-test.yml index bc051fe3..ec061993 100644 --- a/.github/workflows/zig-test.yml +++ b/.github/workflows/zig-test.yml @@ -16,6 +16,7 @@ on: - "src/*.zig" - "vendor/zig-js-runtime" - ".github/**" + - "vendor/**" pull_request: # By default GH trigger on types opened, synchronize and reopened. @@ -32,6 +33,7 @@ on: - "src/*.zig" - "vendor/**" - ".github/**" + - "vendor/**" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: