Skip to content

Commit

Permalink
move test config
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 20, 2023
1 parent ec40820 commit 4ef02d2
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Runs System tests
- name: Run EVSVesuvio Analysis System Tests
run: |
export VESUVIOPROPERTIES=$(pwd)/EVSVesuvio/config/test_dir/vesuvio.user.properties
export VESUVIOPROPERTIES=$(pwd)/EVSVesuvio/system_tests/test_config/vesuvio.user.properties
python -m unittest discover -s ./EVSVesuvio/system_tests
- name: Run EVSVesuvio Calibration Unit Tests
Expand Down
1 change: 0 additions & 1 deletion EVSVesuvio/config/test_dir/experiments/placeholder.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# properties to be used in CI testing.
caching.location=EVSVesuvio/config/test_dir
caching.location=EVSVesuvio/system_tests/test_config
caching.experiment=test_expr
caching.ipfolder=EVSVesuvio/config/ip_files

0 comments on commit 4ef02d2

Please sign in to comment.