Skip to content

Commit

Permalink
refactor: rename workflow.py to main.py
Browse files Browse the repository at this point in the history
in order to remove confusion with workflow.py in cpg_flow
  • Loading branch information
vivbak committed Jan 22, 2025
1 parent 2454dd1 commit b01c169
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit b01c169

Please sign in to comment.