Skip to content

Commit f4dc563

Browse files
[TEST]
1 parent fc4fcba commit f4dc563

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,17 @@ jobs:
8181
secrets: inherit
8282
permissions:
8383
contents: write # Needed for Allure Report
84+
85+
# TODO: REMOVE BEFORE MERGING
86+
release-test:
87+
name: Release test charm
88+
needs:
89+
- lint
90+
- unit-test
91+
- build
92+
uses: ./.github/workflows/release_test.yaml
93+
with:
94+
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
95+
secrets: inherit
96+
permissions:
97+
contents: write # Needed for Allure Report

0 commit comments

Comments
 (0)