mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2890 from omnivore-app/chore/use-large-gh-runners
Use large runners for tests
This commit is contained in:
commit
8a8caa9c58
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run-tests.yaml
vendored
4
.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
|
||||
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
PG_DB: omnivore_test
|
||||
ELASTIC_URL: http://localhost:${{ job.services.elastic.ports[9200] }}/
|
||||
PGPASSWORD: postgres # This is required for the psql command to work without a password prompt
|
||||
- name: TypeScript, Lint, Tests
|
||||
- name: TypeScript Build and Lint
|
||||
run: |
|
||||
source ~/.nvm/nvm.sh
|
||||
yarn build
|
||||
|
|
|
|||
Loading…
Reference in a new issue