lsat CI fixes

This commit is contained in:
cutestnekoaqua 2022-12-16 01:54:40 +01:00
parent 2182d8f3ec
commit 48b6d50e34
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0
2 changed files with 1 additions and 2 deletions

View file

@ -5,6 +5,7 @@ pipeline:
- cp .config/ci.yml .config/default.yml
- corepack enable
- yarn install
- yarn workspace backend run build
- yarn migrate
environment:
- YARN_ENABLE_IMMUTABLE_INSTALLS=false

View file

@ -6,8 +6,6 @@ pipeline:
tags: test
dockerfile: Dockerfile
no_push: true
when:
event: commit
branches:
include: [ master, develop ]