From 9901fca8b7c9b9df9c12a2978c8f24658ce04c83 Mon Sep 17 00:00:00 2001 From: Jordan Last Date: Mon, 15 Jul 2024 11:25:36 -0500 Subject: [PATCH] add vanilla to test.yml --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 34d10f1b49..7dfce94b1f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -259,7 +259,8 @@ jobs: "tests/end_to_end/candid_rpc/class_syntax/stable_structures", "tests/end_to_end/candid_rpc/class_syntax/timers", "tests/end_to_end/candid_rpc/class_syntax/tuple_types", - "tests/end_to_end/candid_rpc/class_syntax/update" + "tests/end_to_end/candid_rpc/class_syntax/update", + "tests/end_to_end/candid_rpc/class_syntax/vanilla_js" ] END )