Skip to content

Commit

Permalink
Upg: use google docker image cache in workflow (#10179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraggle authored Jan 23, 2025
1 parent a779aec commit be939c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-lint-front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
working-directory: front
run: npm install && npm run tsc && npm run lint && npm run format:check && npm run docs:check
- name: Install Postgres
uses: CasperWA/postgresql-action@v1.2
uses: dust-tt/postgresql-action@6730e69fe23f4f2989c19edf9e6e0d7ffeb0a05c
with:
postgresql version: "14.13" # See https://hub.docker.com/_/postgres for available versions
postgresql docker image: mirror.gcr.io/postgres
postgresql version: "14.13"
postgresql db: front_test
postgresql user: test
postgresql password: test
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
containerPort: 6379

- name: Install Postgres
uses: CasperWA/postgresql-action@v1.2
uses: dust-tt/postgresql-action@6730e69fe23f4f2989c19edf9e6e0d7ffeb0a05c
with:
postgresql version: "14.13" # See https://hub.docker.com/_/postgres for available versions
postgresql docker image: mirror.gcr.io/postgres
postgresql version: "14.13"
postgresql db: oauth
postgresql user: test
postgresql password: test
Expand Down

0 comments on commit be939c9

Please sign in to comment.