mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-27 10:32:58 +02:00
Tools: Add basic test to CI to ensure created Joplin Server image is valid
This commit is contained in:
parent
22d7f57618
commit
faacf12bf3
5
.github/workflows/github-actions-main.yml
vendored
5
.github/workflows/github-actions-main.yml
vendored
@ -159,4 +159,7 @@ jobs:
|
||||
run: |
|
||||
yarn install
|
||||
yarn run buildServerDocker --tag-name server-v0.0.0 --repository joplin/server
|
||||
|
||||
|
||||
# Basic test to ensure that the created build is valid. It should exit with
|
||||
# code 0 if it works.
|
||||
docker run joplin/server:0.0.0 node dist/app.js migrate list
|
||||
|
Loading…
Reference in New Issue
Block a user