From 619bf853398fecde8db90d9e96db23fa4cd34293 Mon Sep 17 00:00:00 2001 From: Guz013 <43732358+Guz013@users.noreply.github.com> Date: Tue, 27 Jun 2023 14:21:52 -0300 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=91=B7=20rename=20"pnpm-setup"=20to?= =?UTF-8?q?=20"vitest"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c225263..8deea7f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ on: types: [opened, synchronize, reopened] jobs: - setup-pnpm: + vitest: runs-on: ubuntu-latest steps: - name: Checkout