Skip to content

Commit b4fb50f

Browse files
committed
ci: fix permission issue for pg_regress output directory
1 parent b3e9a0d commit b4fb50f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
- name: Run tests
3737
run: |
3838
export PATH="/usr/lib/postgresql/${{ matrix.pg-version }}/bin:$PATH"
39+
sudo chmod -R 777 test/
3940
sudo -u postgres make installcheck || (cat test/results/*.diff 2>/dev/null; exit 1)

0 commit comments

Comments
 (0)