Skip to content

Commit 55b5504

Browse files
committed
change both test names back??
1 parent 10c5682 commit 55b5504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build
2323
run: python3 -m build
2424

25-
unit-test:
25+
test:
2626
needs: [build]
2727
runs-on: ubuntu-latest
2828
strategy:
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install
4242
run: |
4343
pip3 install git+https://github.com/NASA-AMMOS/anms-ace.git
44-
pip3 install -e '.[unit-test]'
44+
pip3 install -e '.[test]'
4545
- name: Test
4646
run: python3 -m pytest -v --cov=camp tests/unit_test
4747

0 commit comments

Comments
 (0)