Skip to content

Commit de619d8

Browse files
authored
Merge pull request #23 from PHOENIXCONTACT/update/pipeline
Remove creation and publishing of test reports
2 parents e31175b + 5c46306 commit de619d8

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/.build-and-publish.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,4 @@ jobs:
112112
with:
113113
name: packages
114114
path: artifacts/packages/
115-
if: ${{ github.ref_name == 'dev' || github.ref_name == 'future' || (startsWith(github.ref, 'refs/tags/v')) }}
116-
117-
Create-Reports:
118-
needs: [Build-Publish]
119-
uses: moryx-industry/tools/.github/workflows/create-test-report.yml@v1
120-
if: ${{ github.ref_name == 'dev' || github.ref_name == 'future' || (startsWith(github.ref, 'refs/tags/v')) }}
121-
122-
Publish-Reports:
123-
needs: [Create-Reports]
124-
uses: moryx-industry/tools/.github/workflows/publish-test-coverage.yml@v1
125-
secrets:
126-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
127-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
128-
115+
if: ${{ github.ref_name == 'dev' || github.ref_name == 'future' || (startsWith(github.ref, 'refs/tags/v')) }}

0 commit comments

Comments
 (0)