Skip to content

Commit

Permalink
fix: fix unreadable formatting in sentry-reported logs
Browse files Browse the repository at this point in the history
* Update `virtool-core` and install `structlog-sentry`.
* Fix logging to Sentry.
* Use `docker compose` over `docker-compose` in CI.
  • Loading branch information
igboyes authored Nov 25, 2024
1 parent f35dc4f commit 04c6f16
Show file tree
Hide file tree
Showing 5 changed files with 408 additions and 338 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Compose Up
run: docker-compose up -d
run: docker compose up -d
- name: Test
run: docker compose exec test poetry run pytest
- name: Compose Down
run: docker-compose down
run: docker compose down
build:
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install semantic-release
run: npm i semantic-release@^23.0.0 conventional-changelog-conventionalcommits@^7.0.0
- name: Release
Expand Down
Loading

0 comments on commit 04c6f16

Please sign in to comment.