We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdc749 commit 8639257Copy full SHA for 8639257
1 file changed
.github/workflows/ci.yaml
@@ -31,5 +31,7 @@ jobs:
31
# DAGSHUB_TOKEN: ${{ secrets.DAGSHUB_TOKEN }}
32
# run: |
33
# dvc repro
34
+ - name: Check DVC remote
35
+ run: dvc remote list
36
- name: Check DVC status
37
run: dvc status -c
0 commit comments