Skip to content

Commit

Permalink
update names of test-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Aug 31, 2024
1 parent ee01592 commit 5420c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- 'requirements_lint.txt'

jobs:
build:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '.github/workflows/unit_test.yml'

jobs:
build:
test:
runs-on: ubuntu-latest
timeout-minutes: 1

Expand Down

0 comments on commit 5420c82

Please sign in to comment.