ci: save node_modules and target

This commit is contained in:
naskya 2024-05-06 19:23:43 +09:00
parent 442dc33a34
commit ecbd8a8724
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ variables:
POSTGRES_USER: firefish
POSTGRES_PASSWORD: password
POSTGRES_HOST_AUTH_METHOD: trust
GIT_CLEAN_FLAGS: -ffdx --exclude node_modules/ --exclude target/
default:
before_script: