From 57aacdae53f222b7fda6e6baede6bfe06b5c18bd Mon Sep 17 00:00:00 2001 From: 9846548 <86551903+9846548@users.noreply.github.com> Date: Sun, 27 Jun 2021 12:16:25 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c00050..cfb70f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,14 +8,5 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: {node-version: 13.x} - - uses: actions/cache@v1 - with: - path: ~/.npm - key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}} - restore-keys: ${{runner.os}}-npm- - - run: npm ci - - run: npm run style:check - - run: npm test + - run: | + ls