set node version copy organice builds into gavin

This commit is contained in:
Aaron Bieber 2021-01-20 07:25:29 -07:00
parent c20efd5eaf
commit 4fc860e445

View File

@ -18,15 +18,20 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2.1.4
with:
node-version: 12
- name: Install gover and Go 1.16beta1
run: go get suah.dev/gover && gover download 1.16beta1
- name: Clone Organice
run: git clone https://github.com/200ok-ch/organice
run: git clone https://github.com/200ok-ch/organice organice_repo
- name: Build Organice
run: cd organice && yarn build && yarn cache clean && rm -rf node_modules && rm -rf .git
run: cd organice_repo && yarn build && yarn cache clean && rm -rf node_modules && rm -rf .git
- name: Copy Organice into gavin
run: cp -r organice_repo/build organice
- name: Build
run: gover 1.16beta1 build -v ./...