Skip to content

Commit

Permalink
fix: fix test/start.sh bug
Browse files Browse the repository at this point in the history
  • Loading branch information
WGrape committed Mar 3, 2024
1 parent 4624954 commit 8402a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
CI_STAGE_PRE_JOB_PRE_INSTALL_CMD: ""
# [stage] = test
CI_STAGE_TEST_JOB_UNIT_TEST_SWITCH: "ON"
CI_STAGE_TEST_JOB_UNIT_TEST_CMD: "cd test && bash start.sh"
CI_STAGE_TEST_JOB_UNIT_TEST_CMD: "cd test && bash run.sh"
CI_STAGE_TEST_JOB_CHECK_CODE_SWITCH: "ON"
CI_STAGE_TEST_JOB_CHECK_CODE_CMD: ""
# [stage] = build
Expand Down

0 comments on commit 8402a98

Please sign in to comment.