Skip to content

Commit

Permalink
more test env var
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster-will committed Oct 24, 2023
1 parent aaf6611 commit d6d2a6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- name: Test Env Variables
run: |
echo "MAINNET_RPC_URL is ${{ secrets.MAINNET_RPC_URL}}"
echo "MAINNET_RPC_URL is ${{ secrets.MAINNET_RPC_URL }}"
echo "env.MAINNET_RPC_URL is $MAINNET_RPC_URL"
echo "env.FOUNDRY_PROFILE is $FOUNDRY_PROFILE"
- name: Run install
uses: borales/actions-yarn@v4
Expand Down

0 comments on commit d6d2a6a

Please sign in to comment.