diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12c50701..b52d7489 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: PGPASSWORD: for_testing PGHOST: localhost PGPORT: 5432 - TL_TEST_STORAGE: tmp + TL_TEST_STORAGE: /tmp/tlserver TL_TEST_SERVER_DATABASE_URL: postgres://root:for_testing@localhost:5432/tlv2_test_server?sslmode=disable TL_DATABASE_URL: postgres://root:for_testing@localhost:5432/tlv2_test_server?sslmode=disable services: