mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
ci: Fix job reference
This commit is contained in:
parent
5b28c0ffe7
commit
13c32ba7b5
6
.github/workflows/ci-master.yml
vendored
6
.github/workflows/ci-master.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
- parallelize-ci-master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
install-and-build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
timeout-minutes: 30
|
||||
|
@ -46,7 +46,7 @@ jobs:
|
|||
unit-test:
|
||||
name: Unit tests
|
||||
runs-on: ubuntu-latest
|
||||
needs: install
|
||||
needs: install-and-build
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -82,7 +82,7 @@ jobs:
|
|||
lint:
|
||||
name: Lint changes
|
||||
runs-on: ubuntu-latest
|
||||
needs: install
|
||||
needs: install-and-build
|
||||
env:
|
||||
CI_LINT_MASTER: true
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue