mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
GitHub Actions: Why don't we fail in case of error?
This commit is contained in:
parent
5c000b2fee
commit
dfc1a802a6
3
.github/workflows/mjolnir.yml
vendored
3
.github/workflows/mjolnir.yml
vendored
@ -21,5 +21,8 @@ jobs:
|
||||
run: RUST_LOG=debug mx-tester build up
|
||||
- name: Setup dependencies
|
||||
run: yarn install
|
||||
test:
|
||||
continue-on-error: false
|
||||
steps:
|
||||
- name: Run tests
|
||||
run: RUST_LOG=debug mx-tester run
|
||||
|
Loading…
Reference in New Issue
Block a user