We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66a345 commit f1989edCopy full SHA for f1989ed
.github/workflows/build-integration-test.yaml
@@ -42,8 +42,10 @@ jobs:
42
- name: Install
43
run: |
44
pip3 install git+https://github.com/NASA-AMMOS/anms-ace.git
45
- pip3 install git+https://github.com/JHUAPL-DTNMA/dtnma-adms.git
46
pip3 install -e '.[test-sql]'
+ - name: Prep Repos
47
+ run: |
48
+ git clone https://github.com/JHUAPL-DTNMA/dtnma-adms.git tests/integration_test/anms-adms
49
- name: Test
50
run: python3 -m pytest -v --cov=camp tests/integration_test/test_sql_integration.py
51
0 commit comments