Skip to content

Commit

Permalink
Remove hacks that won't load anyways.
Browse files Browse the repository at this point in the history
  • Loading branch information
realtyem committed Dec 2, 2022
1 parent 1d59eb6 commit b7d2303
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,11 @@ jobs:
if: ${{ matrix.job.postgres-version }}
run: |
docker run -d -p 5432:5432 \
--mount 'type=bind,src=/var/lib/postgresql,dst=/var/lib/postgresql' \
--tmpfs /var/lib/postgresql:rw,size=6144m \
--mount 'type=bind,src=/var/run/postgresql,dst=/var/run/postgresql' \
--mount 'type=bind,src=/home/runner/realtyem/synapse-unraid/synapse-unraid/.ci/postgresql-runner.conf,dst=/etc/postgresql.conf' \
-e POSTGRES_PASSWORD=postgres \
-e POSTGRES_INITDB_ARGS="--lc-collate C --lc-ctype C --encoding UTF8" \
postgres:${{ matrix.job.postgres-version }} -c '/etc/postgresql.conf'
postgres:${{ matrix.job.postgres-version }}
- name: Install Rust
# There don't seem to be versioned releases of this action per se: for each rust
# version there is a branch which gets constantly rebased on top of master.
Expand Down

0 comments on commit b7d2303

Please sign in to comment.