From df9d15088be7c017593091f72c07e12f3d073e86 Mon Sep 17 00:00:00 2001 From: Thomas Lecocq Date: Thu, 19 Sep 2024 16:32:11 +0200 Subject: [PATCH] testing an openai solution for macos :) --- .github/workflows/test_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_macos.yml b/.github/workflows/test_macos.yml index 2d3d341..da15f46 100644 --- a/.github/workflows/test_macos.yml +++ b/.github/workflows/test_macos.yml @@ -48,9 +48,9 @@ jobs: - name: Set up PostgreSQL user and database run: | + $GITHUB_WORKSPACE/postgresql/bin/createdb "runner" $GITHUB_WORKSPACE/postgresql/bin/psql -c "CREATE USER runner WITH PASSWORD 'password';" $GITHUB_WORKSPACE/postgresql/bin/psql -c "ALTER USER runner WITH SUPERUSER;" - $GITHUB_WORKSPACE/postgresql/bin/createdb "test_db" - name: Verify PostgreSQL setup run: $GITHUB_WORKSPACE/postgresql/bin/psql -c "\l" \ No newline at end of file