Skip to content

Commit

Permalink
ci: don't restart webgui anymore now that it's unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed Nov 19, 2023
1 parent 294ef47 commit 4119911
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ jobs:
- name: Install pfSense-pkg-API on pfSense
run: |
/usr/local/bin/pfsense-vshell --host ${{ matrix.pfsense_version }}.jaredhendrickson.com --no_verify -c "pkg -C /dev/null add /tmp/pfSense-pkg-API-${{ env.build_version }}_${{ matrix.freebsd_id }}.pkg" -u admin -p pfsense
/usr/local/bin/pfsense-vshell --host ${{ matrix.pfsense_version }}.jaredhendrickson.com --no_verify -c '/etc/rc.restart_webgui' -u admin -p pfsense || true
sleep 10
sleep 5
- name: Run pfSense-pkg-API unit tests
run: |
Expand Down

0 comments on commit 4119911

Please sign in to comment.