Skip to content

Commit

Permalink
update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Oct 20, 2023
1 parent 0e526c6 commit f31fafa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,17 @@ jobs:
run: yarn check:es

- name: Run Changed tests only
env:
TENDERLY_ACCOUNT_ID: ${{ secrets.TENDERLY_ACCOUNT_ID }}
TENDERLY_PROJECT: ${{ secrets.TENDERLY_PROJECT }}
TENDERLY_TOKEN: ${{ secrets.TENDERLY_TOKEN }}
HTTP_PROVIDER_1: ${{ secrets.HTTP_PROVIDER_1 }}
HTTP_PROVIDER_10: ${{ secrets.HTTP_PROVIDER_10 }}
HTTP_PROVIDER_56: ${{ secrets.HTTP_PROVIDER_56 }}
HTTP_PROVIDER_137: ${{ secrets.HTTP_PROVIDER_137 }}
HTTP_PROVIDER_250: ${{ secrets.HTTP_PROVIDER_250 }}
HTTP_PROVIDER_1101: ${{ secrets.HTTP_PROVIDER_1101 }}
HTTP_PROVIDER_8453: ${{ secrets.HTTP_PROVIDER_8453 }}
HTTP_PROVIDER_42161: ${{ secrets.HTTP_PROVIDER_42161 }}
HTTP_PROVIDER_43114: ${{ secrets.HTTP_PROVIDER_43114 }}
run: npx jest --verbose --onlyChanged --changedSince=origin/master

0 comments on commit f31fafa

Please sign in to comment.