Fix Pull (#5)

This commit is contained in:
Florian Bouillon 2021-04-20 18:34:42 +02:00 committed by GitHub
parent ed46262d44
commit ad310dee62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,11 +28,11 @@ jobs:
- name: Pull Distribution
working-directory: ./dist
run: git pull
run: git pull --rebase
- name: Compile Database
working-directory: ./db
run: git pull && yarn && yarn compile
run: git pull --rebase && yarn && yarn compile
- name: Build
working-directory: ./