mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
Forgot unit tests
https://github.com/matrix-org/pipelines/blob/master/mjolnir/pipeline.yml#L13
This commit is contained in:
parent
d9b9ca4e27
commit
4dae22cb87
11
.github/workflows/mjolnir.yml
vendored
11
.github/workflows/mjolnir.yml
vendored
@ -23,6 +23,17 @@ jobs:
|
||||
- run: yarn install
|
||||
- run: yarn build
|
||||
- run: yarn lint
|
||||
unit:
|
||||
name: Unit tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Specifically use node 16 like in the readme.
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
- run: yarn install
|
||||
- run: yarn test
|
||||
integration:
|
||||
name: Integration tests
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user