Skip to content

Commit b57f12f

Browse files
committed
Move release tests into create release workflow
1 parent e93a961 commit b57f12f

File tree

2 files changed

+16
-24
lines changed

2 files changed

+16
-24
lines changed

.github/workflows/bump-version-and-create-release.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,19 @@ jobs:
9797
tag: ${{ needs.compute-version.outputs.new_tag }}
9898
body: ${{ github.event.pull_request.body }}
9999

100+
101+
build-and-run-release-tests:
102+
needs: create-release
103+
runs-on: ubuntu-latest
104+
steps:
105+
- name: Build release test Docker image
106+
uses: docker/build-push-action@v6
107+
with:
108+
push: false
109+
tags: |
110+
ghcr.io/kit-mrt/util_caching_release_tests
111+
target: release_test
112+
113+
- name: Run unit tests with/against released version
114+
run: |
115+
docker run --rm ghcr.io/kit-mrt/util_caching_release_tests

.github/workflows/run-release-tests.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)