Skip to content

Commit edc4a63

Browse files
committed
remove oriole from tests
1 parent 1f9f9e8 commit edc4a63

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
run: mix deps.get
4444
- name: Set up Postgres
4545
run: docker compose -f docker-compose.dbs.yml up -d
46-
- name: Pull required docker images
47-
run: docker pull supabase/postgres:17.0.1.081-orioledb
4846
- name: Run main database migrations
4947
run: mix ecto.migrate --log-migrator-sql
5048
- name: Run database tenant migrations

test/support/containers.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ defmodule Containers do
77

88
use GenServer
99

10-
@image "supabase/postgres:17.0.1.081-orioledb"
11-
10+
@image "supabase/postgres:15.8.1.040"
1211
# Pull image if not available
1312
def pull do
1413
case System.cmd("docker", ["image", "inspect", @image]) do

0 commit comments

Comments
 (0)