1
0
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:
Laurent Cozic 2022-11-05 16:57:09 +00:00
parent 22d7f57618
commit faacf12bf3

View File

@ -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