mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +01:00
try fix action
This commit is contained in:
parent
3649bf1f04
commit
e6c0df5ab2
8
.github/workflows/unittests.js.yml
vendored
8
.github/workflows/unittests.js.yml
vendored
@ -20,14 +20,14 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout project source
|
||||
- uses: actions/checkout@v2
|
||||
uses: actions/checkout@v2
|
||||
- name: Install tools
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install project dependencies
|
||||
- run: npm install --also=dev
|
||||
run: npm install --also=dev
|
||||
- name: Unit tests
|
||||
- run: npm test
|
||||
run: npm test
|
||||
- name: Lint
|
||||
- run: npm run lint-ci
|
||||
run: npm run lint-ci
|
Loading…
Reference in New Issue
Block a user