From 0a4612844e343aaad9c4c32d76f28bf881d61893 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 28 Apr 2020 09:04:25 +0200 Subject: [PATCH] chore: rename jobs --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4591a8d..87147455 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: run: npm ci - name: Lint run: npm run lint - test: + e2e: runs-on: ubuntu-latest steps: - name: Checkout @@ -45,7 +45,7 @@ jobs: token: ${{ secrets.RENOVATE_TOKEN }} build: - needs: [lint, commitlint, test] + needs: [lint, commitlint, e2e] runs-on: ubuntu-latest steps: - run: echo 'Dummy'