From 3b50666052059c6c9ce1e5258ceed4d8c9fbda7a Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 18 Jun 2024 14:32:01 +0200 Subject: [PATCH] ci: run unit test before matrix --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49a29cf..27af59a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,8 +73,8 @@ jobs: - name: Build run: nr build - - name: Matrix - run: node ./test/run-matrix.mjs - - name: Unit Test run: nr test + + - name: Matrix + run: node ./test/run-matrix.mjs