Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xneves authored Dec 7, 2023
1 parent ae30b4d commit 98b477a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
pull_request:

env:
DEPLOYER_PRIVATE_KEY: 0x0e8ed714e9bf995344fce756e0d93d208ce345bf5ea181a08ee4fe8e4dcf5176

jobs:
unit-tests:
name: Unit Tests
Expand All @@ -19,7 +22,7 @@ jobs:

- name: Show repo env secret
run: |
echo ${{ secrets.DEPLOYER_PRIVATE_KEYYYY }}
echo ${{ env.DEPLOYER_PRIVATE_KEY }}
- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 98b477a

Please sign in to comment.