Skip to content

Commit

Permalink
transfer from mgrybyk to mgrybyk-org (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrybyk authored May 5, 2024
1 parent 3ebcfe8 commit bdfe724
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 90 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/report_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: npm run e2e -- --update-snapshots
- name: git commit and push
if: github.event_name == 'pull_request'
uses: mgrybyk/git-commit-pull-push-action@v1
uses: mgrybyk-org/git-commit-pull-push-action@v1
with:
branch: ${{ github.head_ref }}
commit_message: Update screenshots
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
max_reports: 9

- name: Git Commit and Push Action
uses: mgrybyk/git-commit-pull-push-action@v1
uses: mgrybyk-org/git-commit-pull-push-action@v1
if: always()
with:
repository: gh-pages-dir
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

A **Docker** version of the Allure Report with history per branch (type: `docker`)

JavaScript version of the action: [allure-report-with-history-per-branch-js](https://github.com/marketplace/actions/allure-report-with-history-per-branch-js)
JavaScript version of the action: [allure-report-with-history-per-branch-js](https://github.com/marketplace/actions/allure-report-with-history-per-branch-js). The JavaScript vesrion is recommended!

See examples:

- [Allure History List](https://mgrybyk.github.io/allure-report-branch-action/allure-action/main/self-test/)
- [Allure Report](https://mgrybyk.github.io/allure-report-branch-action/allure-action/main/self-test/latest.html)
- [Browse different branches](https://mgrybyk.github.io/allure-report-branch-action/allure-action/)
- [Pull Request Comment Example](https://github.com/mgrybyk/allure-report-branch-action/pull/12)
- [Allure History List](https://mgrybyk-org.github.io/allure-report-branch-action/allure-action/main/self-test/)
- [Allure Report](https://mgrybyk-org.github.io/allure-report-branch-action/allure-action/main/self-test/latest.html)
- [Browse different branches](https://mgrybyk-org.github.io/allure-report-branch-action/allure-action/)
- [Pull Request Comment Example](https://github.com/mgrybyk-org/allure-report-branch-action/pull/12)

*Compatible with [HTML Trend Report Action](https://github.com/marketplace/actions/publish-report-per-branch).*

Expand All @@ -33,7 +33,7 @@ steps:
path: gh-pages-dir # checkout path

- name: Allure Report Action
uses: mgrybyk/allure-report-branch-action@v1
uses: mgrybyk-org/allure-report-branch-action@v1
if: always()
continue-on-error: true
id: allure # used in comment to PR
Expand All @@ -43,7 +43,7 @@ steps:
report_dir: 'allure-results'

- name: Git Commit and Push Action
uses: mgrybyk/git-commit-pull-push-action@v1
uses: mgrybyk-org/git-commit-pull-push-action@v1
if: always()
with:
repository: gh-pages-dir
Expand All @@ -53,7 +53,7 @@ steps:
### Adding PR Comment
Make sure to set `id` in `mgrybyk/allure-report-branch-action` step.
Make sure to set `id` in `mgrybyk-org/allure-report-branch-action` step.

```yaml
permissions:
Expand Down Expand Up @@ -107,7 +107,7 @@ The `allure-report-branch-action` is designed as a JavaScript action wrapped wit

As far as `docker` action runs in linux environments only, it's required to do some extra steps for users running Windows and MacOS workflows. See [Types of actions](https://docs.github.com/en/actions/creating-actions/about-custom-actions#types-of-actions) for more details.

- option 1: use JS version of this action [mgrybyk/allure-report-branch-js-action](https://github.com/mgrybyk/allure-report-branch-js-action).
- option 1: use JS version of this action [mgrybyk-org/allure-report-branch-js-action](https://github.com/mgrybyk-org/allure-report-branch-js-action).
- option 2: using upload/download artifacts. See [simple-elf/allure-report-action/issues/28#issuecomment-1139332329](https://github.com/simple-elf/allure-report-action/issues/28#issuecomment-1139332329)

## Credits
Expand Down
151 changes: 76 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "allure-report-branch-action",
"version": "1.4.2",
"version": "1.4.3",
"description": "Allure Report with history per branch",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"devDependencies": {
"@playwright/test": "^1.43.1",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vercel/ncc": "^0.38.1",
"allure-playwright": "^2.15.1",
"eslint": "^8.57.0",
Expand Down

0 comments on commit bdfe724

Please sign in to comment.