Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
make CI pass to clear for PR
  • Loading branch information
James Fuqian authored Nov 25, 2022
1 parent 25617bb commit 4fd4224
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,3 @@ jobs:

- name: Lint client source
run: yarn --cwd client lint

- name: Copy config
run: cp server/src/configs/sample.config.ts server/src/configs/config.ts

- name: Copy .env
run: cp server/src/pre-start/env/sandbox.sample.env server/src/pre-start/env/development.env

- name: Run server tests
run: yarn --cwd server test

0 comments on commit 4fd4224

Please sign in to comment.