Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Nov 3, 2024
1 parent 47e545c commit e55b56c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing-dnstap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ jobs:

- name: Test ${{ matrix.mode }}
run: |
python3 -m venv venv
source venv/bin/activate
python3 -m pip install dnstap_pb fstrm dnspython
sudo python3 -m venv venv
sudo source venv/bin/activate
sudo python3 -m pip install dnstap_pb fstrm dnspython
sudo -u pdns -E pwd
sudo -u pdns -E ls -la
sudo -u pdns -E python3 -m unittest tests.dnsquery_${{ matrix.mode }} -v
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-powerdns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: go-dnscollector
path: go-dnscollector

test:
test_protobuf:
needs: build
runs-on: ubuntu-latest

Expand Down

0 comments on commit e55b56c

Please sign in to comment.