From 081e7f50f7c576c945e268bfd111436d7c58ca56 Mon Sep 17 00:00:00 2001 From: blockiosaurus <90809591+blockiosaurus@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:56:40 -0500 Subject: [PATCH] Adding endpoint test for Shyft --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 444b9ad..fe6b508 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,6 +42,7 @@ jobs: env: DAS_API_ENDPOINT1: ${{ secrets.DAS_API_ENDPOINT1 }} DAS_API_ENDPOINT2: ${{ secrets.DAS_API_ENDPOINT2 }} + DAS_API_SHYFT_ENDPOINT: ${{ secrets.DAS_API_SHYFT_ENDPOINT }} lint: name: Lint