mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
Seperate out install, build and lint since github only says install.
This commit is contained in:
parent
abdf4c4944
commit
d9b9ca4e27
7
.github/workflows/mjolnir.yml
vendored
7
.github/workflows/mjolnir.yml
vendored
@ -20,10 +20,9 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
- run: |
|
||||
yarn install
|
||||
yarn build
|
||||
yarn lint
|
||||
- run: yarn install
|
||||
- run: yarn build
|
||||
- run: yarn lint
|
||||
integration:
|
||||
name: Integration tests
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user