-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from ThePalaceProject/refactoring
Refactoring
- Loading branch information
Showing
12 changed files
with
236 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ on: | |
bs_app_link: | ||
description: 'app_url of uploaded to BS link' | ||
required: true | ||
default: 'bs://0b0718a5fc1dc8444a6f437e2790299b731e38ef' | ||
default: 'bs://c18a7bd4186aa3384596153ab08de6e3f157d350' | ||
build_name: | ||
description: 'build name of given application' | ||
required: true | ||
|
@@ -35,7 +35,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v3 | ||
|
@@ -62,44 +62,5 @@ jobs: | |
name: allure-report | ||
path: target/site/allure-maven-plugin | ||
|
||
# - name: Get Allure history | ||
# uses: actions/checkout@v3 | ||
# if: always() | ||
# continue-on-error: true | ||
# with: | ||
# ref: gh-pages | ||
# path: gh-pages | ||
# | ||
# - name: Allure Report action from marketplace | ||
# uses: PavanMudigonda/[email protected] | ||
# if: always() | ||
# id: allure-report | ||
# with: | ||
# token: ${{ secrets.PERSONAL_TOKEN }} | ||
# WORKFLOW_ID: maven.yml | ||
# allure_results: allure-results | ||
# gh_pages: gh-pages | ||
# allure_report: allure-report | ||
# allure_history: allure-history | ||
# | ||
# - name: Deploy report to GitHub Pages | ||
# if: always() | ||
# uses: peaceiris/actions-gh-pages@v2 | ||
# env: | ||
# PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }} | ||
# PUBLISH_BRANCH: gh-pages | ||
# PUBLISH_DIR: allure-history | ||
# keep_files: true | ||
# | ||
# - name: Post the link to the report | ||
# if: always() | ||
# uses: Sibz/github-status-action@v1 | ||
# with: | ||
# authToken: ${{secrets.PERSONAL_TOKEN}} | ||
# context: 'Test report' | ||
# state: 'success' | ||
# sha: ${{ github.event.pull_request.head.sha || github.sha }} | ||
# target_url: https://thepalaceproject.github.io/allure-html-reporter-github-pages/${{ github.run_number }} | ||
# | ||
# - name: Debug Allure Results | ||
# run: ls -R allure-results | ||
- name: Clean Up | ||
run: rm -rf allure-results |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.