You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/pytest-generic.yml
+5-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# This is needed for GitHub Actions for the "Waiting for status to be reported" problem,
2
2
# according to https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks
3
-
name: Run Python Tests
3
+
name: Python Tests
4
4
on:
5
5
# Trigger the workflow on push or pull request,
6
6
# but only for the main branch
@@ -13,7 +13,9 @@ on:
13
13
- master
14
14
- 'releases/**'
15
15
jobs:
16
-
test:
17
-
runs-on: ubuntu-latest
16
+
python-test:
17
+
# Need to specify 20.04, because ubuntu-latest does not work with
0 commit comments