From c8df075bd91e506272ad0bc8556b31394f9f152d Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 6 May 2020 23:54:36 +0200 Subject: [PATCH] Cleanup workflows --- .github/workflows/ci.yml | 11 ----------- .github/workflows/test.yml | 5 +---- CHANGELOG.md | 2 +- 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa3286c..bd832cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,17 +22,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - - name: Build - run: | - npm install - npm run build - env|sort - - - name: Env - shell: bash - run: | - env|sort - name: Import GPG private key uses: ./ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f05e70..0a07832 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,10 +25,7 @@ jobs: uses: actions/checkout@v2 - name: Install - run: npm ci - - - name: Build - run: npm run build + run: npm install - name: Test run: npm run test diff --git a/CHANGELOG.md b/CHANGELOG.md index d6903ce..bf5704c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ * Configure and check committer email against GPG user address * Fix code transpilation (#9) -* Bump deps +* Update deps ## 1.0.0 (2020/05/04)