From f03a86250973305757299a82e78a38c82eaa6fc7 Mon Sep 17 00:00:00 2001 From: Alexander Zeitler Date: Fri, 27 Sep 2024 10:45:20 +0200 Subject: [PATCH] ci: use test command instead of removed test-v2 --- .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 cf7e1297..ec35a832 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,4 +38,4 @@ jobs: node-version: '18' - run: yarn - run: yarn build - - run: yarn test-v2 + - run: yarn test