Skip to content

Commit

Permalink
fix(ci): Run installer instead of build on test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Und3rf10w committed Dec 23, 2024
1 parent 052b47a commit abb83ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
apt-get update
apt-get install -y dpkg-dev curl bleachbit tor iptables secure-delete
- name: Build .deb Package
- name: Run Installer Script
run: |
dpkg-deb --build kali-anonsurf-deb-src/ kali-anonsurf.deb
chmod +x installer.sh
./installer.sh
- name: Install .deb Package
- name: Verify Installation
run: |
dpkg -i kali-anonsurf.deb || apt-get -f install -y && dpkg -i kali-anonsurf.deb
which anonsurf || { echo "ERROR: anonsurf is not installed."; exit 1; }
- name: Test AnonSurf Functionality
Expand Down

0 comments on commit abb83ee

Please sign in to comment.