Skip to content

Commit

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

0 comments on commit aaf6611

Please sign in to comment.