Skip to content

Commit

Permalink
fix the smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Apr 27, 2024
1 parent e1552ea commit 496055f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ jobs:
run: pip install -r requirements-dev.txt
- name: Build executable with pyinstaller
run: python -m PyInstaller jimmy.spec
- name: Install test dependencies
run: pip install -r requirements-dev.txt
- name: Create the test inputs (don't run the tests itself)
run: python test/test_app.py
- name: Smoke test
run: |
./dist/jimmy test_inputs --dry-run
./dist/jimmy test_inputs/obsidian_vault --app obsidian --dry-run
./dist/jimmy .cache/arbitrary_folder/arbitrary_folder --dry-run
./dist/jimmy .cache/obsidian/obsidian_vault --app obsidian --dry-run
- name: Release
uses: softprops/action-gh-release@v2
# release only if there is a release tag
Expand Down

0 comments on commit 496055f

Please sign in to comment.