diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d324690..7f7a925 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,9 @@ jobs: steps: - name: Check out the codebase. uses: actions/checkout@v3 + - name: List ssh pub + run: | + ls ~/.ssh/*.pub - name: Prepare Test Files run: | mv tests/.vault-pass.sh ./.vault-pass.sh