mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use large runners for tests
This commit is contained in:
parent
8ebc550a69
commit
30082f32b8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-tests.yaml
vendored
2
.github/workflows/run-tests.yaml
vendored
|
|
@ -14,7 +14,7 @@ on:
|
|||
jobs:
|
||||
run-code-tests:
|
||||
name: Run Codebase tests
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-latest-m
|
||||
services:
|
||||
postgres:
|
||||
image: ankane/pgvector
|
||||
|
|
|
|||
Loading…
Reference in a new issue