Skip to content

update test-reporting and clean up #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 1 addition & 30 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: MishaKav/[email protected]

- name: Test Report
uses: phoenix-actions/test-reporting@v8
uses: phoenix-actions/test-reporting@v15
id: test-report
if: success() || failure()
with:
Expand Down Expand Up @@ -112,35 +112,6 @@ jobs:
name: Release sub-job
needs: package
uses: ./.github/workflows/release.yml
# env:
# TAG_NAME: ${{needs.package.outputs.TAG_NAME }}
with:
tag_name: ${{ needs.package.outputs.tag-name }}
artifact_name: sp-pkg
# name: Release SPFx solution
# runs-on: ubuntu-latest
# needs: package
# steps:
# - name: Check out git repository
# uses: actions/checkout@v4

# - name: Download published artifact
# uses: actions/download-artifact@v4
# with:
# name: sp-pkg

# - name: Get Package Properties
# id: json_properties
# uses: zoexx/github-action-json-file-properties@release
# with:
# file_path: config/package-solution.json

# - name: Release SPFx Package
# uses: softprops/action-gh-release@v2
# continue-on-error: true
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# files: spfx-react-jest-testing.sppkg
# tag_name: ${{ steps.json_properties.solution.version }}
# name: Release v${{ steps.json_properties.solution.version }}