Skip to content

Commit

Permalink
add provision work in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hujun-open committed Mar 16, 2022
1 parent 3845094 commit 35913db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
run: sudo apt-get -y install libpcap-dev ppp pppoe
- name: download go dep
run: go get -t -v ./...


- name: remove stock pppd options file
run: sudo rm -rf /etc/ppp/options
- name: copy test pppd files
run: sudo cp ./testdata/pppsvrconf/* /etc/ppp/
- name: Test
run: sudo -E env "PATH=$PATH" go test -failfast -p 1 -v ./...
- name: Debugging with tmate
Expand Down

0 comments on commit 35913db

Please sign in to comment.