Create build job for the CI
This commit is contained in:
parent
84de5f6aa3
commit
fefe4105fa
23
.github/workflows/ci.yml
vendored
23
.github/workflows/ci.yml
vendored
@ -17,14 +17,15 @@ jobs:
|
||||
node-version: '16'
|
||||
- run: npm install
|
||||
- run: npm run lint
|
||||
# Fix and re-activate after https://github.com/cosmos/cosmos-multisig-ui/pull/61
|
||||
# build:
|
||||
# runs-on: ubuntu-20.04
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - name: Setup Node.js
|
||||
# uses: actions/setup-node@v2
|
||||
# with:
|
||||
# node-version: '16'
|
||||
# - run: npm install
|
||||
# - run: npm run build
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
- run: npm install
|
||||
- run: cp .env.sample .env.local
|
||||
- run: npm run build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user