Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
Signed-off-by: kogeler <roman.gavrilov@parity.io>
  • Loading branch information
kogeler committed May 24, 2024
1 parent 9ae1d8b commit b8220f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: debug
if: ${{ env.MOLECULE_IS_PRESENT }}
run: |
find / -name "docker.sock"
find / -name "containerd.sock"
sudo find / -name "docker.sock"
sudo find / -name "containerd.sock"
- name: Run molecule tests
if: ${{ env.MOLECULE_IS_PRESENT }}
run: molecule --debug test --all
Expand Down
2 changes: 1 addition & 1 deletion roles/node/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

#####################################################################################
# Common1
# Common
#####################################################################################

# It's used for naming of systemd unit files, binary files, key files etc.
Expand Down

0 comments on commit b8220f3

Please sign in to comment.