Skip to content

Commit

Permalink
Merge branch 'automation-api-tests' of https://github.com/hashgraph/g…
Browse files Browse the repository at this point in the history
…uardian into automation-api-tests
  • Loading branch information
Celiant committed Feb 10, 2025
2 parents ab87518 + 40d3f9c commit c9b3371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ jobs:
run: |
pushd e2e-tests
npm install
npx cypress run --headed --env "operatorId=${{ secrets.CI_HEDERA_ACCOUNT }},operatorKey=${{ secrets.CI_HEDERA_PRIV_KEY }},grepTags=ui,grepFilterSpecs=true" --spec "cypress/e2e/ui-tests/**/*.cy.js" --browser chrome
npx cypress run --env "operatorId=${{ secrets.CI_HEDERA_ACCOUNT }},operatorKey=${{ secrets.CI_HEDERA_PRIV_KEY }},grepTags=ui,grepFilterSpecs=true" --spec "cypress/e2e/ui-tests/**/*.cy.js" --browser chrome
popd
- name: Publish API Test Results
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
if: always()
with:
files: e2e-tests/cypress/test_results/**/*.xml
files: e2e-tests/cypress/test_results/**/*.xml

0 comments on commit c9b3371

Please sign in to comment.