From 4d1788ca2bef5dbe7ed21f53cc009d0afc0ad875 Mon Sep 17 00:00:00 2001 From: Swift Date: Fri, 26 Jul 2024 16:58:00 -0400 Subject: [PATCH] Fix typo in ci.yml workflow --- .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 e8df6f7e..77403fc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,11 @@ jobs: - name: Set up node uses: actions/setup-node@v3 - - name: Run tests - uses: npm run test - - name: Compile run: yarn && yarn build + + - name: Run tests + run: yarn run test publish: needs: [ compile ]