From aaf6611e4c4085e02eff33f926ca599eaf48e19d Mon Sep 17 00:00:00 2001 From: Kingster Date: Mon, 23 Oct 2023 15:35:08 -0700 Subject: [PATCH] test env var is set --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a685526..994a81ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: