* Upgrade npm in build-ubuntu

* npm i -S moment

* Don't upgrade npm

* macos-latest on build-mac

* Update dev-release.yml

* Fix CI
This commit is contained in:
Chen-I Lim 2022-03-23 14:53:48 -07:00 committed by GitHub
parent 50977bcd28
commit 8caf02a4be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,12 +38,6 @@ jobs:
- name: Copy server binary for Cypress
run: cp bin/linux/focalboard-server bin/
- name: Upload server package
uses: actions/upload-artifact@v1
with:
name: focalboard-server-linux-amd64.tar.gz
path: ${{ github.workspace }}/dist/focalboard-server-linux-amd64.tar.gz
- name: "Test server: ${{matrix['db']}}"
run: make server-test-${{matrix['db']}}