mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
call seed direct, without turbo
This commit is contained in:
parent
dd8565973b
commit
fd5f28d448
5
.github/workflows/test_e2e.yml
vendored
5
.github/workflows/test_e2e.yml
vendored
@ -29,8 +29,9 @@ jobs:
|
||||
|
||||
- name: Boot up test system | seed backend
|
||||
run: |
|
||||
bun turbo backend#build
|
||||
bun turbo seed
|
||||
bun turbo backend#build up
|
||||
cd backend
|
||||
bun seed
|
||||
|
||||
- name: Moving logs after seeding
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user