Skip to content

Commit

Permalink
chore: use reportportal fork
Browse files Browse the repository at this point in the history
find a launch by PR_TITLE , BRANCH_NAME and CI_BUILD_ID
  • Loading branch information
adeldhis2 committed Nov 6, 2023
1 parent 6e8b82b commit 4e67d8d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ env:
GIT_COMMITTER_EMAIL: '[email protected]'
GH_TOKEN: ${{secrets.DHIS2_BOT_GITHUB_TOKEN}}
CI: true
CI_BUILD_ID: ${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
PR_TITLE: ${{ github.event.pull_request.title }}

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = defineConfig({
parallel: true,
debug: false,
restClientConfig: {
timeout: 360000,
timeout: 660000,
},
attributes: [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@dhis2/maps-gl": "^3.8.5",
"@dhis2/ui": "^8.13.15",
"@krakenjs/post-robot": "^11.0.0",
"@reportportal/agent-js-cypress": "^5.1.4",
"@reportportal/agent-js-cypress": "git+https://github.com/dhis2/agent-js-cypress.git#develop",
"@reportportal/agent-js-jest": "^5.0.6",
"abortcontroller-polyfill": "^1.7.5",
"array-move": "^4.0.0",
Expand Down
5 changes: 2 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2957,10 +2957,9 @@
"@react-hook/passive-layout-effect" "^1.2.0"
"@react-hook/resize-observer" "^1.2.1"

"@reportportal/agent-js-cypress@^5.1.4":
"@reportportal/agent-js-cypress@git+https://github.com/dhis2/agent-js-cypress.git#develop":
version "5.1.4"
resolved "https://registry.yarnpkg.com/@reportportal/agent-js-cypress/-/agent-js-cypress-5.1.4.tgz#43d61a6c1e954930cb4d95ad55c892467b484551"
integrity sha512-K5a6qwtnMpIO7qAUP1k4ABWmxEImO3eF9d+gdwe4SnDqeKCWB6SqC2MRt/ZcgSNlDTbYxJife5rr0f0OMg+pbA==
resolved "git+https://github.com/dhis2/agent-js-cypress.git#d3afea4e74abdbef39c1121f820f23deca2368f4"
dependencies:
"@reportportal/client-javascript" "^5.0.14"
glob "^7.2.3"
Expand Down

0 comments on commit 4e67d8d

Please sign in to comment.