Skip to content

Commit

Permalink
Refactor: enable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kmc7468 committed Nov 12, 2024
1 parent 226435b commit 1c8dac4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
node-version: ['18.x']
mongodb-version: ['5.0']
steps:
- name: Exit because unit tests are not implemented in TypeScript for now
run: exit 1
- name: Start MongoDB
run: sudo docker run --name mongodb -d -p 27017:27017 mongo:${{ matrix.mongodb-version }}
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1c8dac4

Please sign in to comment.