Deactivate build job

This commit is contained in:
Simon Warta
2022-06-07 23:21:47 +02:00
parent 7935a3a9e5
commit dbcb131da9
+11 -10
View File
@@ -16,13 +16,14 @@ jobs:
node-version: '16'
- run: npm install
- run: npm run lint
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
# 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