Skip to content

Commit

Permalink
build(deps): bump @mikro-orm to 6.3.7, nestjs to 10.4.1 and other…
Browse files Browse the repository at this point in the history
… minors (#81)
  • Loading branch information
pmstss authored Sep 3, 2024
1 parent e27fa63 commit 952f5cb
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 275 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
- name: Run unit tests
run: npm run test

- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Run e2e tests
run: npm run test:e2e
env:
Expand Down
Loading

0 comments on commit 952f5cb

Please sign in to comment.