Open
Description
Steps to reproduce:
- Try to create a job without a repository associated.
elixir
ElixirBench.Benchmarks.create_job(%ElixirBench.Repos.Repo{}, %{branch_name: "mm/benche", commit_sha: "ABC123"})
- This raises a Postgrex.Error exception, but should return
{:error, reason}
requiring a validrepo_id
to create the Job
Metadata
Metadata
Assignees
Labels
No labels