Skip to content

Commit

Permalink
Test the current version after installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
abij committed Dec 28, 2023
1 parent 2b66c54 commit 349d80e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ jobs:
virtualenvs-in-project: true
- name: Build package
run: poetry build
- name: Run smoke test
- run: mkdir -p smoketest
- name: Run az-switch help command
run: |
deactivate # exit the Poetry env.
pip install dist/az-switch-*.whl
# Does it actually work?
az-switch --help
Expand Down

0 comments on commit 349d80e

Please sign in to comment.