From 4b67b93d7044124ded9bd7894b3a9519893eefc6 Mon Sep 17 00:00:00 2001 From: Marcus Davies <55892693+marcus-j-davies@users.noreply.github.com> Date: Sun, 28 Apr 2024 13:03:18 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c5322a..ecec6cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,9 +13,9 @@ jobs: - uses: actions/setup-node@v2 with: node-version: 18 - - name: Install - run: npm install - - name: Build - run: npm run build - - name: Test - run: npm run test + - name: Install + run: npm install + - name: Build + run: npm run build + - name: Test + run: npm run test