We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96973ee commit a61aa6bCopy full SHA for a61aa6b
.github/workflows/test.yml
@@ -16,7 +16,7 @@ on:
16
jobs:
17
unit-tests:
18
name: unit
19
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
20
21
strategy:
22
matrix:
@@ -52,7 +52,7 @@ jobs:
52
53
e2e-tests:
54
name: end-to-end
55
56
57
58
fail-fast: false
@@ -182,7 +182,7 @@ jobs:
182
# Start the app with a clean database and verify it doesn't crash
183
fresh-start:
184
name: fresh-start
185
186
187
188
@@ -238,7 +238,7 @@ jobs:
238
239
build:
240
name: build
241
242
243
244
0 commit comments