Skip to content

Commit 1eabcd3

Browse files
authored
Merge pull request #16 from knaopel/v1.19.0
update test-reporting and clean up
2 parents 899ebcb + f340062 commit 1eabcd3

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

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

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: MishaKav/[email protected]
5151

5252
- name: Test Report
53-
uses: phoenix-actions/test-reporting@v8
53+
uses: phoenix-actions/test-reporting@v15
5454
id: test-report
5555
if: success() || failure()
5656
with:
@@ -112,35 +112,6 @@ jobs:
112112
name: Release sub-job
113113
needs: package
114114
uses: ./.github/workflows/release.yml
115-
# env:
116-
# TAG_NAME: ${{needs.package.outputs.TAG_NAME }}
117115
with:
118116
tag_name: ${{ needs.package.outputs.tag-name }}
119117
artifact_name: sp-pkg
120-
# name: Release SPFx solution
121-
# runs-on: ubuntu-latest
122-
# needs: package
123-
# steps:
124-
# - name: Check out git repository
125-
# uses: actions/checkout@v4
126-
127-
# - name: Download published artifact
128-
# uses: actions/download-artifact@v4
129-
# with:
130-
# name: sp-pkg
131-
132-
# - name: Get Package Properties
133-
# id: json_properties
134-
# uses: zoexx/github-action-json-file-properties@release
135-
# with:
136-
# file_path: config/package-solution.json
137-
138-
# - name: Release SPFx Package
139-
# uses: softprops/action-gh-release@v2
140-
# continue-on-error: true
141-
# env:
142-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
143-
# with:
144-
# files: spfx-react-jest-testing.sppkg
145-
# tag_name: ${{ steps.json_properties.solution.version }}
146-
# name: Release v${{ steps.json_properties.solution.version }}

0 commit comments

Comments
 (0)