Compare commits

..

1 Commits

Author SHA1 Message Date
e8353dc9d5 Run unit tests in Ubuntu 24
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 29s
Add copyright notice / copyright_notice (pull_request) Successful in 34s
Run unit tests / unit_tests (pull_request) Has been cancelled
2024-11-10 20:20:16 +01:00

View File

@ -9,7 +9,7 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
unit_tests: unit_tests:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
services: services:
postgres: postgres:
image: postgres image: postgres