Skip to content

Commit 04c6f16

Browse files
authored
fix: fix unreadable formatting in sentry-reported logs
* Update `virtool-core` and install `structlog-sentry`. * Fix logging to Sentry. * Use `docker compose` over `docker-compose` in CI.
1 parent f35dc4f commit 04c6f16

File tree

5 files changed

+408
-338
lines changed

5 files changed

+408
-338
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@v4
2626
- name: Compose Up
27-
run: docker-compose up -d
27+
run: docker compose up -d
2828
- name: Test
2929
run: docker compose exec test poetry run pytest
3030
- name: Compose Down
31-
run: docker-compose down
31+
run: docker compose down
3232
build:
3333
runs-on: ubuntu-22.04
3434
steps:
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup NodeJS
5858
uses: actions/setup-node@v4
5959
with:
60-
node-version: 20
60+
node-version: 22
6161
- name: Install semantic-release
6262
run: npm i semantic-release@^23.0.0 conventional-changelog-conventionalcommits@^7.0.0
6363
- name: Release

0 commit comments

Comments
 (0)