[New-bugs-announce] [issue42773] build.yml workflow not testing on pushes

Ammar Askar report at bugs.python.org
Mon Dec 28 17:31:27 EST 2020


New submission from Ammar Askar <ammar at ammaraskar.com>:

It looks like on pushes to Github, we currently aren't running tests. (Though this isn't too big of a concern since they get run on pull requests).

Here's an example of a recent run https://github.com/python/cpython/runs/1609911031

```
fatal: ambiguous argument 'origin/..': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
```

----------
components: Build
messages: 383935
nosy: FFY00, Mariatta, ammar2, vstinner
priority: normal
severity: normal
status: open
title: build.yml workflow not testing on pushes
type: behavior
versions: Python 3.10, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42773>
_______________________________________


More information about the New-bugs-announce mailing list