Skip to content

Commit

Permalink
fixed snap connection in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace committed Aug 23, 2022
1 parent 8cf1dfc commit d244938
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/snap_install_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ jobs:
- name: install certbot
run: sudo snap install certbot --classic

- name: install snap build and connect plugin snap to certbot
- name: install snap build
run: sudo snap install --dangerous ${{ steps.snapcraft.outputs.snap }}

- name: connect plugin to certbot
run: |
sudo snap install --dangerous ${{ steps.snapcraft.outputs.snap }}
sudo snap set certbot trust-plugin-with-root=ok
sudo snap connect certbot:plugin certbot-dns-duckdns
- name: check if plugin is registered
Expand Down

0 comments on commit d244938

Please sign in to comment.