mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 08:35:55 +00:00
wip: sets CI to false for lattice build
This commit is contained in:
parent
93f49431bc
commit
475922ed69
1 changed files with 4 additions and 1 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -17,6 +17,8 @@ jobs:
|
|||
|
||||
build-lattice:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CI: false
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
@ -24,10 +26,11 @@ jobs:
|
|||
with:
|
||||
node-version: 14
|
||||
|
||||
- run: cd lattice
|
||||
- run: |
|
||||
cd lattice
|
||||
yarn install
|
||||
yarn build
|
||||
- run: |
|
||||
mv build ../
|
||||
cd ../
|
||||
rm -r lattice
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue