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 213f395
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ 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: |
export GITHUB_TOKEN=${{ secrets.SR_CI_DRY_RUN }}
docker run --rm -v $(pwd):/data ci/semantic-release:${{ github.event.number }}
tests:
needs:
- build_test_container
Expand Down

0 comments on commit 213f395

Please sign in to comment.