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

This commit is contained in:
Manuel Bustillo 2024-11-10 20:20:16 +01:00
parent 004624687a
commit e8353dc9d5

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