Commit 92083b5
authored
📖 Fix recommended command to test the image in development (#1583)
Because no testdata files are actually copied to the image, we fail to
read the event file and fallback to fetching the information from GitHub
API.
Howver, that's not actually working because the `GITHUB_API_URL`
environment is missing.
To fix it, we could pass the `GITHUB_API_URL`. However, I think actually
making the testdata file available to the container mimics better what
happens in real life.
Signed-off-by: David Rodríguez <[email protected]>1 parent 7975ea6 commit 92083b5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments