chore: rename jobs

This commit is contained in:
Michael Kriese 2020-04-28 09:04:25 +02:00
parent 2101d0529a
commit 0a4612844e

View file

@ -33,7 +33,7 @@ jobs:
run: npm ci run: npm ci
- name: Lint - name: Lint
run: npm run lint run: npm run lint
test: e2e:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
@ -45,7 +45,7 @@ jobs:
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
build: build:
needs: [lint, commitlint, test] needs: [lint, commitlint, e2e]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: echo 'Dummy' - run: echo 'Dummy'