mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
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
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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']}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user