Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-roca authored Jun 4, 2024
1 parent f832903 commit d052dad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ jobs:
- name: Setup web app
run: npm run serve-app &

- name: Run tests
## ******CLOSE THE DEAL TODO*******: SUBSTITUTE BY THE COMMAND IN THE IN APP ONBOARDING
- name: Run tests
run: |
echo "noop"
NODE_OPTIONS="-r dd-trace/ci/init" DD_ENV=test-roca DD_SERVICE=close-the-deal-test npm test
continue-on-error: true
env:
NODE_OPTIONS: -r dd-trace/ci/init
Expand Down

0 comments on commit d052dad

Please sign in to comment.