Skip to content

Commit

Permalink
Update checkin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EverettSummer authored Oct 1, 2024
1 parent 6ae6782 commit d5d633d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- name: Test code format
run: yarn lint

- name: prepare docker
uses: hoverkraft-tech/[email protected]
with:
compose-file: ./docker-compose.yml

- name: Unit test and code covergae
run: |
docker-compose up -d mongo
Expand Down

0 comments on commit d5d633d

Please sign in to comment.