Skip to content

Commit

Permalink
Update debian package test
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Jul 8, 2024
1 parent 0988143 commit 4400407
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-debian-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
sudo apt-get install -y python3-exif python3-progressbar exiftran python3-psutil
sudo dpkg -i ../*.deb
sudo systemctl enable photo-importer.service
sudo systemctl start photo-importer.service
curl localhost:8080
sudo systemctl restart photo-importer.service
sudo systemctl status photo-importer.service
photo-importer -h
- name: Upload Debian package as artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 4400407

Please sign in to comment.