From ec0ed8c4caf3a37ac341b575692b4a932083d1c4 Mon Sep 17 00:00:00 2001 From: "Arend van Beelen jr." Date: Tue, 14 Nov 2023 14:08:40 +0100 Subject: [PATCH] Don't test Parcel and TS plugins before releasing lib --- .github/workflows/publish_lib_to_npm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_lib_to_npm.yml b/.github/workflows/publish_lib_to_npm.yml index cf2b7b6..9c396fd 100644 --- a/.github/workflows/publish_lib_to_npm.yml +++ b/.github/workflows/publish_lib_to_npm.yml @@ -43,8 +43,8 @@ jobs: - name: Perform type-checking run: just type-check-all - - name: Run all tests - run: just test-all + - name: Run tests + run: just test && just test-examples - name: Publish run: just release-lib