Skip to content

Commit 3229794

Browse files
committed
test RT CI
1 parent 530db58 commit 3229794

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci_run_scm_rts.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,13 @@ jobs:
197197
uses: actions/download-artifact@v6
198198
with:
199199
name: rt-baselines-${{matrix.build-type}}-main
200-
path: ${dir_bl}
200+
path: ${{dir_bl}}
201201
github-token: ${{ secrets.GITHUB_TOKEN }}
202202
run-id: ${{ env.artifact_id }}
203203

204204
- name: Compare SCM RT output to baselines
205-
run: ls -R ${dir_bl}
205+
run: |
206+
ls -R ${dir_bl}
206207
# cd ${SCM_ROOT}/test
207208
# ./cmp_rt2bl.py --dir_rt ${dir_rt} --dir_bl ${dir_bl}
208209

0 commit comments

Comments
 (0)