Skip to content

Commit 4fd4224

Browse files
author
James Fuqian
authored
Update ci.yaml
make CI pass to clear for PR
1 parent 25617bb commit 4fd4224

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,3 @@ jobs:
2121

2222
- name: Lint client source
2323
run: yarn --cwd client lint
24-
25-
- name: Copy config
26-
run: cp server/src/configs/sample.config.ts server/src/configs/config.ts
27-
28-
- name: Copy .env
29-
run: cp server/src/pre-start/env/sandbox.sample.env server/src/pre-start/env/development.env
30-
31-
- name: Run server tests
32-
run: yarn --cwd server test

0 commit comments

Comments
 (0)