mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 01:31:25 +00:00
changed civet test path
This commit is contained in:
parent
6d8e5ee927
commit
4a0d7dd419
4
.github/workflows/test_civet.yml
vendored
4
.github/workflows/test_civet.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
- name: run Python tests
|
||||
run: |
|
||||
cd share/trick/pymods/trick/
|
||||
source ../.venv/bin/activate
|
||||
source .venv/bin/activate
|
||||
./run_tests.py
|
||||
# - uses: actions/upload-artifact@master
|
||||
# if: ${{ always() }}
|
||||
@ -64,7 +64,7 @@ jobs:
|
||||
- name: run Python tests
|
||||
run: |
|
||||
cd share/trick/pymods/trick/tests/
|
||||
source ../.venv/bin/activate
|
||||
source .venv/bin/activate
|
||||
./run_tests.py
|
||||
# - uses: actions/upload-artifact@master
|
||||
# if: ${{ always() }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user