Skip to content

Commit 97f04d1

Browse files
committed
Rename actions
1 parent b8d71a1 commit 97f04d1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pythonpackage.yml renamed to .github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
name: Python package
1+
name: Test suite
22

33
on: [push]
44

55
jobs:
6-
build:
7-
6+
run_unit_tests:
87
runs-on: ubuntu-18.04
98
strategy:
109
max-parallel: 8
1110
matrix:
1211
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
13-
1412
steps:
1513
- uses: actions/checkout@v1
1614
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)