Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
https://github.com/pentesterwtf/ansible-desktop/issues/8
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt committed Feb 15, 2021
1 parent ed580cf commit 34e12da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -y update
sudo apt remove buildah podman -y
sudo apt autoremove -y
sudo apt-get install podman -y
sudo python3 -m pip install "molecule[lint,podman]"
- name: Test with molecule
Expand Down Expand Up @@ -166,4 +168,4 @@ jobs:
sudo python3 -m pip install "molecule[lint,podman]"
- name: Test with molecule
run: |
cd roles/vscode && molecule test
cd roles/vscode && molecule test

0 comments on commit 34e12da

Please sign in to comment.