mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Don't run test until linter passes
This commit is contained in:
parent
44a8943056
commit
b491251a99
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -76,6 +76,9 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
# Test on LTS-1
|
# Test on LTS-1
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
needs:
|
||||||
|
- lint-node
|
||||||
|
- lint-rust
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node_version: [20, 21]
|
node_version: [20, 21]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user