Skip to content

Commit 0a332d1

Browse files
authored
Update cml.yaml
1 parent 4d44040 commit 0a332d1

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.github/workflows/cml.yaml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,12 @@ jobs:
3232
env:
3333
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
run: |
35-
36-
echo $(ls)
37-
echo $GITHUB_WORKSPACE
38-
echo $(ls $GITHUB_WORKSPACE)
35+
36+
echo "[1/3] Change working directory to gcbm_project"
3937
cd Standalone_GCBM/gcbm_project
4038
41-
touch temp.md
42-
43-
echo "[1/2] Docker execute commands"
44-
39+
echo "[2/3] Run Moja CLI"
4540
/opt/gcbm/moja.cli --config_file gcbm_config.cfg --config_provider provider_config.json &>temp.md
46-
47-
echo $(ls)
48-
49-
echo "[2/2] Send the report as a comment"
50-
41+
42+
echo "[3/3] Send the error report as a comment"
5143
cml-send-comment temp.md

0 commit comments

Comments
 (0)