From 41f5a241a4885f0703090d289a2a273e9a7153da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20UB?= <22903142+adrian-ub@users.noreply.github.com> Date: Sun, 6 Oct 2024 01:16:34 -0500 Subject: [PATCH] chore: Remove unnecessary build step in CI workflow --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f855cb2..1b937c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,5 +49,4 @@ jobs: - run: pnpm i -g @antfu/ni - run: nci - - run: nr build - run: nr test