wip: sets CI to false for lattice build

This commit is contained in:
Christopher Lowenthal 2022-10-31 12:21:30 -04:00
parent 93f49431bc
commit 475922ed69

View file

@ -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