Skip to content

Commit b13be7a

Browse files
committed
Updated naming of jobs being ran in yaml files
1 parent 250f237 commit b13be7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: CI
22
on: [workflow_dispatch, pull_request, push]
33

44
jobs:
5-
test:
5+
test-nbdev:
66
runs-on: ubuntu-latest
77
steps: [uses: fastai/workflows/nbdev-ci@master]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Python pytest
22
on: [workflow_dispatch, pull_request, push]
33

44
jobs:
5-
test:
5+
test-pytest:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)