Skip to content

Commit

Permalink
Remove names from jobs and shorten workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
davfsa committed Aug 30, 2021
1 parent 57a0660 commit 52aaedc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test and lint
name: CI

on:
push:
Expand All @@ -9,8 +9,6 @@ permissions:

jobs:
tests:
name: Run tests

strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -44,8 +42,6 @@ jobs:
pytest $PYTHONPATH
linting:
name: Run linting

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 52aaedc

Please sign in to comment.