Use large runners for tests
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user