Commit 7e12d45
CI: derive the workspace path instead of hardcoding the repo name (#38)
The regression-test steps make the workspace traversable for the
postgres user by chmod'ing each ancestor directory, and named the middle
one literally: /home/runner/work/PL-php. Renaming the repository to
plPHP moved the checkout to /home/runner/work/plPHP/plPHP, so that chmod
now fails with "cannot access", and since the step runs under "bash -e"
every matrix job and the ASAN job fail before a single test runs.
Use $(dirname "$GITHUB_WORKSPACE") instead, which is the same directory
whatever the repository is called.
Co-authored-by: Joshua (D) Drake <136637981+ChronicallyJD@users.noreply.github.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 2e1432a commit 7e12d45
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
0 commit comments