Skip to content

Commit

Permalink
test-dvc
Browse files Browse the repository at this point in the history
  • Loading branch information
sashhhaka committed Jul 22, 2024
1 parent 05f161b commit ce932a5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test-dvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,19 @@ jobs:
dvc fetch
dvc pull
-name: Test git config
run: |
git status
git pull
git status
-name: Test tags version
run: |
git tag
git checkout v1.0 data/samples.dvc
dvc checkout data/samples.dvc
git checkout HEAD data/samples.dvc
dvc checkout data/samples.dvc

0 comments on commit ce932a5

Please sign in to comment.