Skip to content

Commit

Permalink
rename "build" gh action to "test"
Browse files Browse the repository at this point in the history
  • Loading branch information
sradc committed Feb 19, 2022
1 parent 65cd3cf commit d17ad9d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ name: Python package
on: [push]

jobs:
build:

test:
runs-on: ubuntu-latest
strategy:
max-parallel: 3
max-parallel: 2
matrix:
python-version: [3.7]

python-version: [3.7, 3.9]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit d17ad9d

Please sign in to comment.