From 10121b4fc9667b8585d2e99efa0c453c40a35e84 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 12 May 2023 01:46:53 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04c4ce5..f86722a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: install dependencies - run: npm install - - name: build - run: npm test \ No newline at end of file + - run: npm install + - run: npm test \ No newline at end of file