From 5ee1b0647571b74357bd7789caab475a9aca1e33 Mon Sep 17 00:00:00 2001 From: Daniel Freytag Date: Mon, 18 Nov 2024 10:07:18 +0100 Subject: [PATCH] chore: update ci --- .github/workflows/pull.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 752cf18..fc48bae 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -38,10 +38,10 @@ jobs: run: bun install - name: 🧪 Run Lint - run: bun lint + run: bun run lint - name: 🧪 Run Tests (in Bun) - run: bun test + run: bun run test - name: 🧪 Run Tests (in Node) run: npm run test