Skip to content

Commit

Permalink
feat: add ci container dry run
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Waffen <[email protected]>
  • Loading branch information
rwaffen committed Oct 18, 2024
1 parent 20f8cea commit 2361b97
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2361b97

Please sign in to comment.