From 4f19e8101ec88faca2d88f174df88bc5b0dde58b Mon Sep 17 00:00:00 2001 From: Vova Afan Date: Tue, 6 Oct 2020 23:15:40 +0300 Subject: [PATCH] fix github actions --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7438f46..c6da9a9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,4 +30,4 @@ jobs: run: make lint - name: Run test - run: make jest \ No newline at end of file + run: make test \ No newline at end of file