Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ By combining rigorous testing capabilities with a standardised development frame
* The `jobs` and `stages` are defined in separate files:
* The `cpg_flow_test/jobs/` directory contains the job definitions that can be reused across stages.
* The `cpg_flow_test/stages.py` file contains the stage definitions, which call the jobs.
* The `cpg_flow_test/workflow.py` file contains the test workflow definition.
* The `cpg_flow_test/main.py` file contains the test workflow definition and is the pipeline entry-point.

## How To Use

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions cpg_flow_test/run-test-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ echo "analysis-runner
--access-level "test"
--output-dir "cpg-flow_test"
--config "config.toml"
workflow.py"
main.py"

analysis-runner \
--image "$IMAGE_PATH" \
Expand All @@ -91,4 +91,4 @@ analysis-runner \
--access-level "test" \
--output-dir "cpg-flow_test" \
--config "config.toml" \
workflow.py
main.py
Loading