Skip to content

Commit

Permalink
Move release tests into create release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechow committed Nov 12, 2024
1 parent e93a961 commit b57f12f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 24 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/bump-version-and-create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,19 @@ jobs:
tag: ${{ needs.compute-version.outputs.new_tag }}
body: ${{ github.event.pull_request.body }}


build-and-run-release-tests:
needs: create-release
runs-on: ubuntu-latest
steps:
- name: Build release test Docker image
uses: docker/build-push-action@v6
with:
push: false
tags: |
ghcr.io/kit-mrt/util_caching_release_tests
target: release_test

- name: Run unit tests with/against released version
run: |
docker run --rm ghcr.io/kit-mrt/util_caching_release_tests
24 changes: 0 additions & 24 deletions .github/workflows/run-release-tests.yaml

This file was deleted.

0 comments on commit b57f12f

Please sign in to comment.