Skip to content

Commit

Permalink
update job names to be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
abachma2 committed Jun 28, 2024
1 parent 5f5105b commit 174b2aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-openmcyclus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test-openmcyclus
on: [pull_request, push]

jobs:
build-and-test:
integration-tests:
runs-on: ubuntu-latest
defaults:
run:
Expand Down Expand Up @@ -35,6 +35,6 @@ jobs:
run: |
pip install .
- name: Run Tests
run: |
pytest tests/integration_tests/test_depletereactor.py
# - name: Run Tests
# run: |
# pytest tests/integration_tests/test_depletereactor.py
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: unit-tests
on: [pull_request, push]

jobs:
build-and-unit-test:
unit-test:
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 174b2aa

Please sign in to comment.