From c49b88d93038797aae3c9a033d23da18eab6f5c3 Mon Sep 17 00:00:00 2001 From: Pavel Mineev Date: Sun, 5 Jan 2020 22:53:25 +0300 Subject: [PATCH] I removed build actions from test part --- .github/workflows/ci-test-frontend.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci-test-frontend.yml b/.github/workflows/ci-test-frontend.yml index 2a3a6d31..e8b7db91 100644 --- a/.github/workflows/ci-test-frontend.yml +++ b/.github/workflows/ci-test-frontend.yml @@ -24,8 +24,5 @@ jobs: - run: npm ci working-directory: ./frontend - - run: npx run-p check lint test build - working-directory: ./frontend - - - run: npm run build + - run: npx run-p check lint test working-directory: ./frontend