Skip to content

Commit

Permalink
update pipeline with cypress docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Celiant committed Jul 15, 2024
1 parent 463bfcd commit cc326a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
cmd: pushd e2e-tests
build: npm install --force
start: npx cypress run --headless --env "portApi=3002,operatorId=${{ secrets.CI_HEDERA_ACCOUNT }},operatorKey=${{ secrets.CI_HEDERA_PRIV_KEY }},grepTags=${{ inputs.tags }},grepFilterSpecs=true" --spec cypress/e2e/api-tests/**/*.cy.js
browser: cypress
browser: chrome
cmd: popd

- name: Publish API Test Results
Expand Down

0 comments on commit cc326a1

Please sign in to comment.