Skip to content

Commit

Permalink
add tenderly config to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzhelyazkov committed Aug 27, 2024
1 parent a2a0553 commit 3db58bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,13 @@ jobs:
- name: Build
run: yarn build

- name: Setup tenderly
run: |
mkdir ~/.tenderly
touch ~/.tenderly/config.yaml
echo "access_key: $TENDERLY_ACCESS_KEY" >> ~/.tenderly/config.yaml
env:
TENDERLY_ACCESS_KEY: ${{ secrets.TENDERLY_ACCESS_KEY }}

- name: Test
run: yarn test:ci

0 comments on commit 3db58bb

Please sign in to comment.