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