belaudiobooks / website

Catalog of belarusian audiobooks
GNU General Public License v3.0
32 stars 6 forks source link

Part 1 #69 Create duration field in narration model and copy data #85

Closed frombrest closed 1 year ago

frombrest commented 1 year ago

Part 1 #69 Create duration field in narration model and copy duration from book table for books with single narration

nbeloglazov commented 1 year ago

I'm seeing failure in CI tests: https://github.com/belaudiobooks/website/actions/runs/5292450073/jobs/9579342273?pr=85 Looks like an issue with 0003 migration.

frombrest commented 1 year ago

I'm seeing failure in CI tests: https://github.com/belaudiobooks/website/actions/runs/5292450073/jobs/9579342273?pr=85 Looks like an issue with 0003 migration.

Yeah, didn't notice right away. Sorry for that. I've fixed field name and issue with migration, but tests still fail somewhy.

nbeloglazov commented 1 year ago

The tests failures due to algolia search: there arealgolia keys stored as GitHub secrets. And only developers of that repo currently have access to them. So my CI runs pass, while yours aren't. I should make those secrets available to all pull requests.