diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 56fdd4c..17b28ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,4 +39,5 @@ jobs: - name: Test docker image run: | docker run --rm score-k8s:test --version - docker run --rm score-k8s:test init + docker run -v .:/score-k8s --rm score-k8s:test init + cat score.yaml