Commit b63f4fa
Actually run the Selenium tests in CI
The matrix entries carry env: followed by a plain scalar, so it parses
as the string "DJANGO_SELENIUM_TESTS=true" rather than a mapping, and
matrix.env.DJANGO_SELENIUM_TESTS resolves to nothing. The suite has been
skipping since the job was added.
Make it a mapping. The runner image already provides Firefox and
geckodriver, and the tests run headless when CI is set, so no extra
setup is needed.1 parent 263eb79 commit b63f4fa
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments