Skip to content
Snippets Groups Projects
Commit 4ca2a3f4 authored by Jason Hiser's avatar Jason Hiser
Browse files

setting up CICD

parent 11538877
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,9 @@ basic-pgms-rida:
- psz
- integration
script:
- "cd $CICD_TO_TEST_DIR/peasoup_examples/tests"
- "cd $CICD_TO_TEST_DIR"
- "source set_env_vars"
- "cd $CICD_TO_TEST_DIR/peasoup_examples/tests"
- "cd /tmp"
- "cd $PEASOUP_HOME/tests; ./test_cmds.sh rida"
......@@ -55,8 +56,9 @@ basic-pgms-rida-p1:
- psz
- integration
script:
- "cd $CICD_TO_TEST_DIR/peasoup_examples/tests"
- "cd $CICD_TO_TEST_DIR"
- "source set_env_vars"
- "cd $CICD_TO_TEST_DIR/peasoup_examples/tests"
- "cd /tmp"
- "cd $PEASOUP_HOME/tests; ./test_cmds.sh rida_p1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment