We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e9a0d commit b4fb50fCopy full SHA for b4fb50f
.github/workflows/test.yml
@@ -36,4 +36,5 @@ jobs:
36
- name: Run tests
37
run: |
38
export PATH="/usr/lib/postgresql/${{ matrix.pg-version }}/bin:$PATH"
39
+ sudo chmod -R 777 test/
40
sudo -u postgres make installcheck || (cat test/results/*.diff 2>/dev/null; exit 1)
0 commit comments