Commit 8179c9e
committed
Set up test results directory in CI workflow
In the GitHub Actions workflow, created a 'results' directory within 'src/tests/data' to ensure that the directory exists before running pytest. This setup is essential for capturing output that may be generated during tests, improving organization and avoiding potential test failures due to missing directories.1 parent 36ce790 commit 8179c9e
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
52 | 54 | | |
0 commit comments