Trading card city builder game?

can i create a user

+3
+3
.tangled/workflows/sql-ci.yaml
··· 24 24 npx graphile-migrate status --skipDatabase 25 25 - name: Start Postgres 26 26 command: | 27 + useradd --system postgres 28 + su - postgres 27 29 pg_ctl initdb -U postgres -A trust 28 30 pg_ctl start 29 31 - name: Run migrate 30 32 command: | 31 33 npx graphile-migrate migrate 32 34 - name: Stop postgres 35 + su - postgres 33 36 pg_ctl stop