sassoftware / postgrest-client

General purpose type-safe TypeScript client for PostgREST. Supports select, insert, update, upsert, delete queries with composite joins, resource embedding, full JSON column data handling and typing.
Apache License 2.0
10 stars 0 forks source link

test: run tests with non-root user #6

Closed bojan88 closed 7 months ago

bojan88 commented 7 months ago

We had permissions problem in Unix-like systems. The problem was that coverage folder had root permissions as well as some folders in node_modules. This change should fix the problem

bojan88 commented 7 months ago

Closing since this would require complete revamp of the CI workflows