Skip to content

Commit

Permalink
Merge pull request #144 from OasisDEX/portfolio-staging-vs-prod-5
Browse files Browse the repository at this point in the history
Portfolio - Compare staging versus production - Improvements 4
  • Loading branch information
juan-langa authored Jan 26, 2024
2 parents c40f261 + 0f453c4 commit 80da2bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/portfolio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: yarn
- name: Run NO-WALLET tests
run: FLAGS=${{ inputs.flags}} yarn nightly:no-wallet
run: FLAGS=${{ inputs.flags}} yarn portfolio:staging-vs-production
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
"nightly:with-wallet:aave:other": "RETRIES='2' xvfb-run yarn with-wallet:aave:other",
"nightly:with-wallet:ajna-and-morphoblue": "RETRIES='2' xvfb-run yarn with-wallet:ajna-and-morphoblue",
"nightly:with-wallet:maker-and-spark": "RETRIES='2' xvfb-run yarn with-wallet:maker-and-spark",
"portfolio:staging-vs-production": "WORKERS='2' FULLY_PARALLEL='true' RETRIES='2' yarn no-wallet:portfolio",
"//-4a": "---------------------------------------------------------------",
"//-4b": "---------- PORTFOLIO (Staging vs Production) TESTS ------------",
"//-4c": "---------------------------------------------------------------",
"portfolio:staging-vs-production": "WORKERS='3' FULLY_PARALLEL='true' RETRIES='2' yarn no-wallet:portfolio",
"//-9a": "---------------------------------------------------------------",
"//-9b": "---------------------- REPORTS --------------------------------",
"//-9c": "---------------------------------------------------------------",
Expand Down

0 comments on commit 80da2bc

Please sign in to comment.