Run lint and build step (#583)
Summary: This should just work, but let's see what CI says. Pull Request resolved: https://github.com/facebook/flipper/pull/583 Reviewed By: jknoxville Differential Revision: D17906598 Pulled By: passy fbshipit-source-id: 5de686c8c9b23b101999da938d6e8f9baff7bc86
This commit is contained in:
committed by
Facebook Github Bot
parent
a2bdf4e0dd
commit
1d7b194abb
12
.github/workflows/nodejs.yml
vendored
12
.github/workflows/nodejs.yml
vendored
@@ -17,7 +17,11 @@ jobs:
|
|||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: yarn install, build, and test
|
- name: yarn install
|
||||||
run: |
|
run: yarn
|
||||||
yarn
|
- name: lint
|
||||||
yarn test
|
run: yarn lint
|
||||||
|
- name: test
|
||||||
|
run: yarn test
|
||||||
|
- name: build
|
||||||
|
run: yarn build --linux
|
||||||
|
|||||||
Reference in New Issue
Block a user