From 58a0a1abff8f3ff10ebce9bc67e2cd396d4cfa98 Mon Sep 17 00:00:00 2001 From: bragamat Date: Wed, 20 Dec 2023 19:06:25 -0300 Subject: [PATCH] chore(CI): bypass vitest watch in githubCI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2593b09..07e3545 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: make lint - name: Tests - run: make tests + run: CI=true make test - name: Build run: make build