diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dafcc4a..be67f88 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,6 +24,16 @@ jobs: tags: 'ci/semantic-release:${{ github.event.number }}' push: false + - name: Clone voxpupuli/puppet-example repository + uses: actions/checkout@v4 + with: + repository: voxpupuli/puppet-example + + # Container runs dry-run of semantic-release by default + - name: Test container + run: | + docker run --rm -e GITHUB_TOKEN="${{ secrets.SR_CI_DRY_RUN }}" -v $(pwd):/data ci/semantic-release:${{ github.event.number }} + tests: needs: - build_test_container