From ce0f7d8f609be305eec5f134c712a9139a8f704b Mon Sep 17 00:00:00 2001 From: oren-lava Date: Wed, 10 Jan 2024 13:58:56 +0200 Subject: [PATCH] CNS-769: enable payment e2e --- .github/workflows/e2e.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 30b671f393..506375a45c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -197,15 +197,15 @@ jobs: if: always() continue-on-error: true run: grep "" testutil/e2e/sdkLogs/01_sdkTest* --include="*errors*" - # test-payment-e2e: - # runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v3 - # with: - # fetch-depth: "0" - # - uses: actions/setup-go@v3 - # with: - # go-version: 1.20.5 + test-payment-e2e: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: "0" + - uses: actions/setup-go@v3 + with: + go-version: 1.20.5 ###################################################### ### Run Lava Protocol Payment E2E Tests