Fix CI (#2619)
* 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:
parent
50977bcd28
commit
8caf02a4be
1 changed files with 0 additions and 6 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -38,12 +38,6 @@ jobs:
|
||||||
- name: Copy server binary for Cypress
|
- name: Copy server binary for Cypress
|
||||||
run: cp bin/linux/focalboard-server bin/
|
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']}}"
|
- name: "Test server: ${{matrix['db']}}"
|
||||||
run: make server-test-${{matrix['db']}}
|
run: make server-test-${{matrix['db']}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue