Skip to content

Commit

Permalink
included smoke test for binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ken@arch committed Jun 12, 2022
1 parent caf38a5 commit 399c5a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_build_push_for_release_branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ jobs:
pip install -e ".[dev]"
- name: Generate Binary
run: pyinstaller --distpath ./dist --log-level=DEBUG dvc.spec
- name: Smoke Test
run: |
echo "Now running simple smoke test to test generated binary"
dvc version
- name: Generate release tag
id: tag
run: |
Expand Down

0 comments on commit 399c5a8

Please sign in to comment.