diff --git a/.gitea/workflows/gitea-actions-minimal.yaml b/.gitea/workflows/gitea-actions-minimal.yaml index d53fc18..4f599ca 100644 --- a/.gitea/workflows/gitea-actions-minimal.yaml +++ b/.gitea/workflows/gitea-actions-minimal.yaml @@ -32,6 +32,9 @@ jobs: ls ${{ gitea.workspace }} - name: build context run: ansible-builder create -f minimal-environment.yml -c context-minimal + - name: List files in the repository + run: | + ls ${{ gitea.workspace }} - name: Login to the Container registry uses: docker/login-action@v2 with: