ci: drop needs:lint — let lint and test run in parallel
Some checks failed
CI / lint (push) Successful in 32s
Deploy / notebooks (push) Has been skipped
Deploy / zotero (push) Has been skipped
Deploy / docs (push) Has been skipped
Deploy / api (push) Has been skipped
Deploy / mc (push) Has been skipped
Deploy / report (push) Successful in 30s
CI / test (push) Failing after 1m49s
Some checks failed
CI / lint (push) Successful in 32s
Deploy / notebooks (push) Has been skipped
Deploy / zotero (push) Has been skipped
Deploy / docs (push) Has been skipped
Deploy / api (push) Has been skipped
Deploy / mc (push) Has been skipped
Deploy / report (push) Successful in 30s
CI / test (push) Failing after 1m49s
This commit is contained in:
@@ -34,7 +34,6 @@ jobs:
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
needs: lint
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
|
||||
@@ -169,7 +169,6 @@ jobs:
|
||||
|
||||
test:
|
||||
runs-on: {runner}
|
||||
needs: lint
|
||||
steps:
|
||||
{_checkout_step()}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user