diff --git a/.github/workflows/ports_psoc6.yml b/.github/workflows/ports_psoc6.yml index 6c588eb36ad1c..603156fb3f888 100644 --- a/.github/workflows/ports_psoc6.yml +++ b/.github/workflows/ports_psoc6.yml @@ -56,7 +56,7 @@ jobs: - name: Container setup run: | echo ${{ secrets.SELF_HOSTED_PASSWORD }} | sudo -S chmod 666 /var/run/docker.sock - docker kill $(docker ps -q) + source tools/ci.sh && ci_psoc6_teardown source tools/ci.sh && ci_psoc6_setup - name: Setup devices run: |